Searched refs:JSON_NO_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/json/
H A Djson_file_value_serializer.cc83 return JSON_NO_ERROR;
88 case JSON_NO_ERROR:
109 if (error != JSON_NO_ERROR) {
H A Djson_file_value_serializer.h68 JSON_NO_ERROR = 0, enumerator in enum:JSONFileValueDeserializer::JsonFileError
H A Djson_reader.h64 JSON_NO_ERROR = 0, enumerator in enum:base::JSONReader::JsonParseError
116 // Returns an empty string if error_code is JSON_NO_ERROR.
123 // Returns JSON_NO_ERROR otherwise.
H A Djson_reader.cc85 case JSON_NO_ERROR:
H A Djson_parser.cc202 error_code_(JSONReader::JSON_NO_ERROR),
227 error_code_ = JSONReader::JSON_NO_ERROR;
H A Djson_reader_unittest.cc670 EXPECT_NE(JSONReader::JSON_NO_ERROR, reader.error_code());

Completed in 220 milliseconds