HomeSort by relevance Sort by last modified time
    Searched refs:IsValidSchema (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/json_schema/
json_schema_validator_unittest.cc 55 TEST(JSONSchemaValidator, IsValidSchema) {
57 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("", &error));
58 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\0", &error));
59 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("string", &error));
60 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\"string\"", &error));
61 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("[]", &error));
62 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("{}", &error));
63 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema(
65 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema(
67 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema(
    [all...]
json_schema_validator.h 107 static scoped_ptr<base::DictionaryValue> IsValidSchema(
json_schema_validator.cc 56 bool IsValidSchema(const base::DictionaryValue* dict, std::string* error) {
117 if (!IsValidSchema(dictionary_value, error)) {
129 if (!IsValidSchema(dictionary_value, error)) {
176 if (!IsValidSchema(dictionary_value, error)) {
186 if (!IsValidSchema(dictionary_value, error)) {
220 if (!IsValidSchema(dictionary_value, error)) {
334 scoped_ptr<base::DictionaryValue> JSONSchemaValidator::IsValidSchema(
347 if (!::IsValidSchema(dict, error))
  /external/chromium_org/chrome/common/policy/
policy_schema.cc 213 JSONSchemaValidator::IsValidSchema(content, error);

Completed in 66 milliseconds