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

  /external/chromium_org/components/json_schema/
json_schema_validator_unittest.cc 53 TEST(JSONSchemaValidator, IsValidSchema) {
55 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("", &error));
56 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\0", &error));
57 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("string", &error));
58 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\"string\"", &error));
59 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("[]", &error));
60 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("{}", &error));
61 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema(
63 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema(
65 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema(
    [all...]
json_schema_validator.h 115 // For performance reasons, currently IsValidSchema() won't check the
119 static scoped_ptr<base::DictionaryValue> IsValidSchema(
125 static scoped_ptr<base::DictionaryValue> IsValidSchema(
json_schema_validator.cc 71 bool IsValidSchema(const base::DictionaryValue* dict,
136 if (!IsValidSchema(dictionary_value, options, error)) {
148 if (!IsValidSchema(dictionary_value, options, error)) {
201 if (!IsValidSchema(dictionary_value, options, error)) {
220 if (!IsValidSchema(dictionary_value, options, error)) {
230 if (!IsValidSchema(dictionary_value, options, error)) {
271 if (!IsValidSchema(dictionary_value, options, error)) {
390 scoped_ptr<base::DictionaryValue> JSONSchemaValidator::IsValidSchema(
393 return JSONSchemaValidator::IsValidSchema(schema, 0, error);
397 scoped_ptr<base::DictionaryValue> JSONSchemaValidator::IsValidSchema(
    [all...]
  /external/chromium_org/components/policy/core/common/
schema.cc     [all...]

Completed in 91 milliseconds