Searched refs:JSON_TOO_MUCH_NESTING (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/json/
H A Djson_reader.h72 JSON_TOO_MUCH_NESTING, enumerator in enum:base::JSONReader::JsonParseError
H A Djson_reader.cc88 case JSON_TOO_MUCH_NESTING:
H A Djson_parser.cc488 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
552 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
H A Djson_parser_unittest.cc253 EXPECT_EQ(JSONReader::JSON_TOO_MUCH_NESTING, error_code);
/external/chromium/base/json/
H A Djson_reader.h94 JSON_TOO_MUCH_NESTING, enumerator in enum:base::JSONReader::JsonParseError
H A Djson_reader.cc126 case JSON_TOO_MUCH_NESTING:
201 SetErrorCode(JSON_TOO_MUCH_NESTING, json_pos_);
H A Djson_reader_unittest.cc508 EXPECT_EQ(JSONReader::JSON_TOO_MUCH_NESTING, error_code);
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.cc45 case base::JSONReader::JSON_TOO_MUCH_NESTING:

Completed in 133 milliseconds