Searched refs:kErrorCodeInvalidFormat (Results 1 – 3 of 3) sorted by relevance
60 *error_code = base::ValueDeserializer::kErrorCodeInvalidFormat; in Deserialize()
50 JSON_SYNTAX_ERROR = base::ValueDeserializer::kErrorCodeInvalidFormat,
1106 kErrorCodeInvalidFormat = 1, enumerator1116 return (kErrorCodeInvalidFormat <= error_code) && in ErrorCodeIsDataError()