Home
last modified time | relevance | path

Searched refs:JSON_NO_ERROR (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/json/
Djson_file_value_serializer.cc79 return JSON_NO_ERROR; in ReadFileToString()
84 case JSON_NO_ERROR: in GetErrorMessageForCode()
105 if (error != JSON_NO_ERROR) { in Deserialize()
Djson_reader.h65 JSON_NO_ERROR = 0, enumerator
Djson_file_value_serializer.h69 JSON_NO_ERROR = 0, enumerator
Djson_reader.cc86 case JSON_NO_ERROR: in ErrorCodeToString()
Djson_parser.cc65 error_code_(JSONReader::JSON_NO_ERROR), in JSONParser()
79 error_code_ = JSONReader::JSON_NO_ERROR; in Parse()
Djson_reader_unittest.cc643 EXPECT_NE(JSONReader::JSON_NO_ERROR, reader.error_code()); in TEST()
/external/libchrome/libchrome_tools/patches/
Dr680000-forward-compatibility-patch-part-1.patch143 // Returns an empty string if error_code is JSON_NO_ERROR.
153 // Returns JSON_NO_ERROR otherwise.
/external/libchrome/components/policy/core/common/
Dconfig_dir_policy_loader.cc53 case base::JSONReader::JSON_NO_ERROR: in JsonErrorToPolicyLoadStatus()