schema 197 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc Schema schema = stable_schema_; schema 198 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc if (schema == SCHEMA_PLAIN) schema 201 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc if (schema == SCHEMA_SALT_HASHED) { schema 202 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc password_data->SetIntegerWithoutPathExpansion(kSchemaVersion, schema); schema 112 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc int schema = 0; schema 118 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema); schema 67 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc const Schema& schema = g_browser_process schema 72 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc if (schema.valid()) { schema 76 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc if (!schema.Normalize( schema 38 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc base::DictionaryValue* CreateTestProxyServerDict(const std::string& schema, schema 42 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc dict->SetString(keys::kProxyConfigRuleScheme, schema); schema 211 chrome/browser/extensions/api/storage/managed_value_store_cache.cc policy::Schema schema = schema 213 chrome/browser/extensions/api/storage/managed_value_store_cache.cc CHECK(schema.valid()) << error; schema 214 chrome/browser/extensions/api/storage/managed_value_store_cache.cc (*components)[(*it)->id()] = schema; schema 452 chrome/browser/extensions/api/storage/settings_apitest.cc const policy::Schema* schema = schema 455 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_TRUE(schema); schema 457 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_TRUE(schema->valid()); schema 458 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema->type()); schema 459 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_TRUE(schema->GetKnownProperty("string-policy").valid()); schema 461 chrome/browser/extensions/api/storage/settings_apitest.cc schema->GetKnownProperty("string-policy").type()); schema 462 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_TRUE(schema->GetKnownProperty("int-policy").valid()); schema 464 chrome/browser/extensions/api/storage/settings_apitest.cc schema->GetKnownProperty("int-policy").type()); schema 465 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_TRUE(schema->GetKnownProperty("double-policy").valid()); schema 467 chrome/browser/extensions/api/storage/settings_apitest.cc schema->GetKnownProperty("double-policy").type()); schema 468 chrome/browser/extensions/api/storage/settings_apitest.cc ASSERT_TRUE(schema->GetKnownProperty("boolean-policy").valid()); schema 470 chrome/browser/extensions/api/storage/settings_apitest.cc schema->GetKnownProperty("boolean-policy").type()); schema 472 chrome/browser/extensions/api/storage/settings_apitest.cc policy::Schema list = schema->GetKnownProperty("list-policy"); schema 478 chrome/browser/extensions/api/storage/settings_apitest.cc policy::Schema dict = schema->GetKnownProperty("dict-policy"); schema 86 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc bool IsStringAttribute(const GnomeKeyringPasswordSchema* schema, schema 88 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc for (size_t i = 0; schema->attributes[i].name; ++i) schema 89 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc if (name == schema->attributes[i].name) schema 90 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc return schema->attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING; schema 100 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc const GnomeKeyringPasswordSchema* schema, schema 120 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc if (IsStringAttribute(schema, name)) { schema 153 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc const GnomeKeyringPasswordSchema* schema, schema 163 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc if (IsStringAttribute(schema, name)) { schema 647 chrome/browser/ui/webui/policy_ui.cc const policy::Schema* schema = schema 651 chrome/browser/ui/webui/policy_ui.cc if (schema && schema->valid()) { schema 654 chrome/browser/ui/webui/policy_ui.cc for (policy::Schema::Iterator prop = schema->GetPropertiesIterator(); schema 747 chrome/common/extensions/api/extension_api_unittest.cc static void GetDictionaryFromList(const base::DictionaryValue* schema, schema 752 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(schema->GetList(list_name, &list)); schema 771 chrome/common/extensions/api/extension_api_unittest.cc const base::DictionaryValue* schema = api.GetSchema("test.foo"); schema 777 chrome/common/extensions/api/extension_api_unittest.cc GetDictionaryFromList(schema, "types", 0, &dict); schema 791 chrome/common/extensions/api/extension_api_unittest.cc GetDictionaryFromList(schema, "functions", 0, &dict); schema 799 chrome/common/extensions/api/extension_api_unittest.cc GetDictionaryFromList(schema, "functions", 1, &dict); schema 807 chrome/common/extensions/api/extension_api_unittest.cc GetDictionaryFromList(schema, "events", 0, &dict); schema 38 chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc scoped_refptr<Extension> CreateExtension(const std::string& schema) { schema 46 chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc if (schema.empty()) { schema 49 chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc if (base::WriteFile(schema_path, schema.data(), schema.size()) != schema 50 chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc static_cast<int>(schema.size())) { schema 57 chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc testing::AssertionResult Validates(const std::string& schema) { schema 58 chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc scoped_refptr<Extension> extension = CreateExtension(schema); schema 91 chrome/renderer/extensions/v8_schema_registry.cc const base::DictionaryValue* schema = schema 93 chrome/renderer/extensions/v8_schema_registry.cc CHECK(schema) << api; schema 95 chrome/renderer/extensions/v8_schema_registry.cc v8::Handle<v8::Value> value = v8_value_converter->ToV8Value(schema, context); schema 35 components/json_schema/json_schema_validator.cc schema::kAny, schema 36 components/json_schema/json_schema_validator.cc schema::kArray, schema 37 components/json_schema/json_schema_validator.cc schema::kBoolean, schema 38 components/json_schema/json_schema_validator.cc schema::kInteger, schema 39 components/json_schema/json_schema_validator.cc schema::kNull, schema 40 components/json_schema/json_schema_validator.cc schema::kNumber, schema 41 components/json_schema/json_schema_validator.cc schema::kObject, schema 42 components/json_schema/json_schema_validator.cc schema::kString, schema 78 components/json_schema/json_schema_validator.cc { schema::kRef, base::Value::TYPE_STRING }, schema 79 components/json_schema/json_schema_validator.cc { schema::kSchema, base::Value::TYPE_STRING }, schema 81 components/json_schema/json_schema_validator.cc { schema::kAdditionalProperties, base::Value::TYPE_DICTIONARY }, schema 82 components/json_schema/json_schema_validator.cc { schema::kChoices, base::Value::TYPE_LIST }, schema 83 components/json_schema/json_schema_validator.cc { schema::kDescription, base::Value::TYPE_STRING }, schema 84 components/json_schema/json_schema_validator.cc { schema::kEnum, base::Value::TYPE_LIST }, schema 85 components/json_schema/json_schema_validator.cc { schema::kId, base::Value::TYPE_STRING }, schema 86 components/json_schema/json_schema_validator.cc { schema::kMaxItems, base::Value::TYPE_INTEGER }, schema 87 components/json_schema/json_schema_validator.cc { schema::kMaxLength, base::Value::TYPE_INTEGER }, schema 88 components/json_schema/json_schema_validator.cc { schema::kMaximum, base::Value::TYPE_DOUBLE }, schema 89 components/json_schema/json_schema_validator.cc { schema::kMinItems, base::Value::TYPE_INTEGER }, schema 90 components/json_schema/json_schema_validator.cc { schema::kMinLength, base::Value::TYPE_INTEGER }, schema 91 components/json_schema/json_schema_validator.cc { schema::kMinimum, base::Value::TYPE_DOUBLE }, schema 92 components/json_schema/json_schema_validator.cc { schema::kOptional, base::Value::TYPE_BOOLEAN }, schema 93 components/json_schema/json_schema_validator.cc { schema::kPattern, base::Value::TYPE_STRING }, schema 94 components/json_schema/json_schema_validator.cc { schema::kPatternProperties, base::Value::TYPE_DICTIONARY }, schema 95 components/json_schema/json_schema_validator.cc { schema::kProperties, base::Value::TYPE_DICTIONARY }, schema 96 components/json_schema/json_schema_validator.cc { schema::kTitle, base::Value::TYPE_STRING }, schema 106 components/json_schema/json_schema_validator.cc if (it.key() == schema::kType) { schema 134 components/json_schema/json_schema_validator.cc if (it.key() == schema::kItems) { schema 193 components/json_schema/json_schema_validator.cc if (it.key() == schema::kProperties) { schema 212 components/json_schema/json_schema_validator.cc if (it.key() == schema::kPatternProperties) { schema 228 components/json_schema/json_schema_validator.cc if (it.key() == schema::kAdditionalProperties) { schema 237 components/json_schema/json_schema_validator.cc if (it.key() == schema::kEnum) { schema 264 components/json_schema/json_schema_validator.cc if (it.key() == schema::kChoices) { schema 278 components/json_schema/json_schema_validator.cc if (it.key() == schema::kRef) schema 344 components/json_schema/json_schema_validator.cc return schema::kNull; schema 346 components/json_schema/json_schema_validator.cc return schema::kBoolean; schema 348 components/json_schema/json_schema_validator.cc return schema::kInteger; schema 354 components/json_schema/json_schema_validator.cc return schema::kInteger; schema 356 components/json_schema/json_schema_validator.cc return schema::kNumber; schema 360 components/json_schema/json_schema_validator.cc return schema::kString; schema 362 components/json_schema/json_schema_validator.cc return schema::kObject; schema 364 components/json_schema/json_schema_validator.cc return schema::kArray; schema 391 components/json_schema/json_schema_validator.cc const std::string& schema, schema 393 components/json_schema/json_schema_validator.cc return JSONSchemaValidator::IsValidSchema(schema, 0, error); schema 398 components/json_schema/json_schema_validator.cc const std::string& schema, schema 403 components/json_schema/json_schema_validator.cc base::JSONReader::ReadAndReturnError(schema, json_options, NULL, error)); schema 417 components/json_schema/json_schema_validator.cc JSONSchemaValidator::JSONSchemaValidator(base::DictionaryValue* schema) schema 418 components/json_schema/json_schema_validator.cc : schema_root_(schema), default_allow_additional_properties_(false) { schema 421 components/json_schema/json_schema_validator.cc JSONSchemaValidator::JSONSchemaValidator(base::DictionaryValue* schema, schema 423 components/json_schema/json_schema_validator.cc : schema_root_(schema), default_allow_additional_properties_(false) { schema 432 components/json_schema/json_schema_validator.cc CHECK(type->GetString(schema::kId, &id)); schema 448 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 452 components/json_schema/json_schema_validator.cc if (schema->GetString(schema::kId, &id)) { schema 455 components/json_schema/json_schema_validator.cc types_[id] = schema; schema 457 components/json_schema/json_schema_validator.cc DCHECK(iter->second == schema); schema 463 components/json_schema/json_schema_validator.cc if (schema->GetString(schema::kRef, &ref)) { schema 477 components/json_schema/json_schema_validator.cc if (schema->GetList(schema::kChoices, &choices)) { schema 485 components/json_schema/json_schema_validator.cc if (schema->GetList(schema::kEnum, &enumeration)) { schema 491 components/json_schema/json_schema_validator.cc schema->GetString(schema::kType, &type); schema 493 components/json_schema/json_schema_validator.cc if (type != schema::kAny) { schema 498 components/json_schema/json_schema_validator.cc if (type == schema::kObject) { schema 500 components/json_schema/json_schema_validator.cc schema, schema 502 components/json_schema/json_schema_validator.cc } else if (type == schema::kArray) { schema 504 components/json_schema/json_schema_validator.cc schema, path); schema 505 components/json_schema/json_schema_validator.cc } else if (type == schema::kString) { schema 508 components/json_schema/json_schema_validator.cc ValidateString(instance, schema, path); schema 509 components/json_schema/json_schema_validator.cc } else if (type == schema::kNumber || type == schema::kInteger) { schema 510 components/json_schema/json_schema_validator.cc ValidateNumber(instance, schema, path); schema 511 components/json_schema/json_schema_validator.cc } else if (type != schema::kBoolean && type != schema::kNull) { schema 578 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 581 components/json_schema/json_schema_validator.cc if (schema->GetDictionary(schema::kProperties, &properties)) { schema 595 components/json_schema/json_schema_validator.cc prop_schema->GetBoolean(schema::kOptional, &is_optional); schema 605 components/json_schema/json_schema_validator.cc SchemaAllowsAnyAdditionalItems(schema, &additional_properties_schema); schema 611 components/json_schema/json_schema_validator.cc if (schema->GetDictionary(schema::kPatternProperties, &pattern_properties)) { schema 659 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 663 components/json_schema/json_schema_validator.cc if (schema->GetDictionary(schema::kItems, &single_type)) { schema 665 components/json_schema/json_schema_validator.cc if (schema->GetInteger(schema::kMinItems, &min_items)) { schema 674 components/json_schema/json_schema_validator.cc if (schema->GetInteger(schema::kMaxItems, &max_items)) { schema 697 components/json_schema/json_schema_validator.cc ValidateTuple(instance, schema, path); schema 701 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 704 components/json_schema/json_schema_validator.cc schema->GetList(schema::kItems, &tuple_type); schema 718 components/json_schema/json_schema_validator.cc item_schema->GetBoolean(schema::kOptional, &is_optional); schema 728 components/json_schema/json_schema_validator.cc if (SchemaAllowsAnyAdditionalItems(schema, &additional_properties_schema)) schema 749 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 755 components/json_schema/json_schema_validator.cc if (schema->GetInteger(schema::kMinLength, &min_length)) { schema 764 components/json_schema/json_schema_validator.cc if (schema->GetInteger(schema::kMaxLength, &max_length)) { schema 773 components/json_schema/json_schema_validator.cc if (schema->GetString(schema::kPattern, &pattern)) { schema 789 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 797 components/json_schema/json_schema_validator.cc if (schema->GetDouble(schema::kMinimum, &minimum)) { schema 804 components/json_schema/json_schema_validator.cc if (schema->GetDouble(schema::kMaximum, &maximum)) { schema 816 components/json_schema/json_schema_validator.cc (expected_type == schema::kNumber && actual_type == schema::kInteger)) { schema 818 components/json_schema/json_schema_validator.cc } else if (expected_type == schema::kInteger && schema 819 components/json_schema/json_schema_validator.cc actual_type == schema::kNumber) { schema 830 components/json_schema/json_schema_validator.cc const base::DictionaryValue* schema, schema 834 components/json_schema/json_schema_validator.cc schema->GetDictionary(schema::kAdditionalProperties, schema 838 components/json_schema/json_schema_validator.cc std::string additional_properties_type(schema::kAny); schema 840 components/json_schema/json_schema_validator.cc schema::kType, &additional_properties_type)); schema 841 components/json_schema/json_schema_validator.cc return additional_properties_type == schema::kAny; schema 120 components/json_schema/json_schema_validator.h const std::string& schema, schema 126 components/json_schema/json_schema_validator.h const std::string& schema, schema 135 components/json_schema/json_schema_validator.h explicit JSONSchemaValidator(base::DictionaryValue* schema); schema 145 components/json_schema/json_schema_validator.h JSONSchemaValidator(base::DictionaryValue* schema, base::ListValue* types); schema 186 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 202 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 207 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 214 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 219 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 224 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 234 components/json_schema/json_schema_validator.h const base::DictionaryValue* schema, schema 17 components/json_schema/json_schema_validator_unittest.cc base::DictionaryValue* schema, schema 19 components/json_schema/json_schema_validator_unittest.cc JSONSchemaValidator validator(schema, types); schema 32 components/json_schema/json_schema_validator_unittest.cc base::Value* instance, base::DictionaryValue* schema, schema 36 components/json_schema/json_schema_validator_unittest.cc JSONSchemaValidator validator(schema, types); schema 90 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema( schema 94 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema.get()); schema 97 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 99 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 101 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "1", schema 104 components/json_schema/json_schema_validator_unittest_base.cc schema::kNumber, schema 105 components/json_schema/json_schema_validator_unittest_base.cc schema::kObject)); schema 112 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 119 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 120 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kString); schema 121 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kPattern, "foo+"); schema 125 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 128 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 131 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 139 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(LoadDictionary("enum_schema.json")); schema 143 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 146 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 149 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 153 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 159 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 166 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema( schema 171 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 174 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 178 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 182 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 188 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 196 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 207 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 208 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kObject); schema 209 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("properties.foo.type", schema::kString); schema 210 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("properties.bar.type", schema::kInteger); schema 216 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 219 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 224 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "bar", schema 228 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "bar", schema 231 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger, schema 232 components/json_schema/json_schema_validator_unittest_base.cc schema::kString)); schema 237 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 239 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("patternProperties.extra+.type", schema 240 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger); schema 241 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 244 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 247 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 250 components/json_schema/json_schema_validator_unittest_base.cc schema->Remove(schema::kPatternProperties, NULL); schema 254 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("patternProperties.fo+.type", schema::kInteger); schema 255 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "foo", schema 258 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger, schema 259 components/json_schema/json_schema_validator_unittest_base.cc schema::kString)); schema 261 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "foo", schema 264 components/json_schema/json_schema_validator_unittest_base.cc schema::kString, schema 265 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger)); schema 267 components/json_schema/json_schema_validator_unittest_base.cc schema->Remove(schema::kPatternProperties, NULL); schema 271 components/json_schema/json_schema_validator_unittest_base.cc additional_properties->SetString(schema::kType, schema::kAny); schema 272 components/json_schema/json_schema_validator_unittest_base.cc schema->Set(schema::kAdditionalProperties, additional_properties); schema 275 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 278 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 280 components/json_schema/json_schema_validator_unittest_base.cc additional_properties->SetString(schema::kType, schema::kBoolean); schema 282 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 285 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 288 components/json_schema/json_schema_validator_unittest_base.cc schema::kBoolean, schema 289 components/json_schema/json_schema_validator_unittest_base.cc schema::kString)); schema 294 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema->GetDictionary(schema::kProperties, &properties)); schema 297 components/json_schema/json_schema_validator_unittest_base.cc bar_property->SetBoolean(schema::kOptional, true); schema 298 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 300 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 302 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 305 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger, schema 306 components/json_schema/json_schema_validator_unittest_base.cc schema::kNull)); schema 308 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 311 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger, schema 312 components/json_schema/json_schema_validator_unittest_base.cc schema::kString)); schema 315 components/json_schema/json_schema_validator_unittest_base.cc schema.reset(LoadDictionary("pattern_properties_dot.json")); schema 316 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema->GetDictionary(schema::kPatternProperties, &properties)); schema 321 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 323 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, schema 331 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 332 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kObject); schema 333 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("properties.foo.type", schema::kString); schema 334 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("properties.bar.$ref", "Max10Int"); schema 335 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("properties.baz.$ref", "MinLengthString"); schema 338 components/json_schema/json_schema_validator_unittest_base.cc schema_inline->SetString(schema::kType, schema::kObject); schema 339 components/json_schema/json_schema_validator_unittest_base.cc schema_inline->SetString("properties.foo.type", schema::kString); schema 341 components/json_schema/json_schema_validator_unittest_base.cc schema_inline->SetString("properties.bar.type", schema::kInteger); schema 356 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), types.get()); schema 361 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), types.get(), schema 373 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), types.get(), schema 388 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema( schema 390 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema.get()); schema 396 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 401 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 409 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "1", schema 414 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "0", schema 417 components/json_schema/json_schema_validator_unittest_base.cc schema::kString, schema 418 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger)); schema 421 components/json_schema/json_schema_validator_unittest_base.cc additional_properties->SetString(schema::kType, schema::kAny); schema 422 components/json_schema/json_schema_validator_unittest_base.cc schema->Set(schema::kAdditionalProperties, additional_properties); schema 425 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 427 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 429 components/json_schema/json_schema_validator_unittest_base.cc additional_properties->SetString(schema::kType, schema::kBoolean); schema 430 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "2", schema 433 components/json_schema/json_schema_validator_unittest_base.cc schema::kBoolean, schema 434 components/json_schema/json_schema_validator_unittest_base.cc schema::kArray)); schema 436 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 440 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema->GetList(schema::kItems, &items_schema)); schema 442 components/json_schema/json_schema_validator_unittest_base.cc item0_schema->SetBoolean(schema::kOptional, true); schema 444 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 448 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 450 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "0", schema 453 components/json_schema/json_schema_validator_unittest_base.cc schema::kString, schema 454 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger)); schema 458 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 459 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kArray); schema 460 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString("items.type", schema::kString); schema 461 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger(schema::kMinItems, 2); schema 462 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger(schema::kMaxItems, 3); schema 468 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 470 components/json_schema/json_schema_validator_unittest_base.cc ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL); schema 475 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 485 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 493 components/json_schema/json_schema_validator_unittest_base.cc ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "1", schema 496 components/json_schema/json_schema_validator_unittest_base.cc schema::kString, schema 497 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger)); schema 501 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 502 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kString); schema 503 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger(schema::kMinLength, 1); schema 504 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger(schema::kMaxLength, 10); schema 508 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 512 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 517 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 525 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 533 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 534 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kNumber); schema 535 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger(schema::kMinimum, 1); schema 536 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger(schema::kMaximum, 100); schema 537 components/json_schema/json_schema_validator_unittest_base.cc schema->SetInteger("maxDecimal", 2); schema 541 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 544 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 547 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 550 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 554 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 562 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 570 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kBoolean), schema 574 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kBoolean), schema 582 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kInteger), schema 585 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kInteger), schema 588 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kInteger), schema 591 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kInteger), schema 594 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kInteger), schema 600 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kNumber), schema 604 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kNumber), schema 607 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kNumber), schema 612 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kString), schema 615 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kArray), schema 618 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kObject), schema 621 components/json_schema/json_schema_validator_unittest_base.cc EXPECT_EQ(std::string(schema::kNull), schema 627 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); schema 630 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kObject); schema 633 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 635 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kArray); schema 637 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 639 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kString); schema 642 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 644 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kNumber); schema 647 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 650 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 653 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 656 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 658 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kInteger); schema 661 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 664 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 667 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 671 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 675 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 677 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kBoolean); schema 680 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 683 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 685 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kNull); schema 688 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), NULL); schema 691 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kObject); schema 695 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 699 components/json_schema/json_schema_validator_unittest_base.cc JSONSchemaValidator::kInvalidType, schema::kObject, schema::kArray)); schema 701 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kObject); schema 705 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 709 components/json_schema/json_schema_validator_unittest_base.cc JSONSchemaValidator::kInvalidType, schema::kObject, schema::kNull)); schema 711 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kArray); schema 715 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 719 components/json_schema/json_schema_validator_unittest_base.cc JSONSchemaValidator::kInvalidType, schema::kArray, schema::kInteger)); schema 721 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kString); schema 725 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 729 components/json_schema/json_schema_validator_unittest_base.cc schema::kString, schema 730 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger)); schema 732 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kNumber); schema 736 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 740 components/json_schema/json_schema_validator_unittest_base.cc JSONSchemaValidator::kInvalidType, schema::kNumber, schema::kString)); schema 742 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kInteger); schema 746 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 751 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kBoolean); schema 755 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 759 components/json_schema/json_schema_validator_unittest_base.cc schema::kBoolean, schema 760 components/json_schema/json_schema_validator_unittest_base.cc schema::kInteger)); schema 762 components/json_schema/json_schema_validator_unittest_base.cc schema->SetString(schema::kType, schema::kNull); schema 766 components/json_schema/json_schema_validator_unittest_base.cc schema.get(), schema 770 components/json_schema/json_schema_validator_unittest_base.cc JSONSchemaValidator::kInvalidType, schema::kNull, schema::kBoolean)); schema 30 components/json_schema/json_schema_validator_unittest_base.h base::DictionaryValue* schema, schema 35 components/json_schema/json_schema_validator_unittest_base.h base::DictionaryValue* schema, schema 315 components/policy/core/browser/configuration_policy_handler.cc Schema schema, schema 317 components/policy/core/browser/configuration_policy_handler.cc : policy_name_(policy_name), schema_(schema), strategy_(strategy) { schema 252 components/policy/core/browser/configuration_policy_handler.h Schema schema, schema 31 components/policy/core/browser/configuration_policy_handler_unittest.cc SimpleSchemaValidatingPolicyHandler(const Schema& schema, schema 33 components/policy/core/browser/configuration_policy_handler_unittest.cc : SchemaValidatingPolicyHandler("PolicyForTesting", schema, strategy) {} schema 525 components/policy/core/browser/configuration_policy_handler_unittest.cc Schema schema = Schema::Parse(kSchemaJson, &error); schema 526 components/policy/core/browser/configuration_policy_handler_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 546 components/policy/core/browser/configuration_policy_handler_unittest.cc SimpleSchemaValidatingPolicyHandler handler(schema, SCHEMA_ALLOW_INVALID); schema 224 components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 225 components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc EXPECT_TRUE(schema.valid()) << error; schema 226 components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc return schema; schema 140 components/policy/core/common/configuration_policy_provider_test.cc Schema schema = Schema::Parse(schema_string, &error); schema 141 components/policy/core/common/configuration_policy_provider_test.cc if (schema.valid()) { schema 142 components/policy/core/common/configuration_policy_provider_test.cc schema_registry_.RegisterComponent(ns, schema); schema 52 components/policy/core/common/configuration_policy_provider_test.h const std::string& schema); schema 21 components/policy/core/common/generate_policy_source_unittest.cc Schema schema = Schema::Wrap(GetChromeSchemaData()); schema 22 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(schema.valid()); schema 23 components/policy/core/common/generate_policy_source_unittest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 25 components/policy/core/common/generate_policy_source_unittest.cc Schema subschema = schema.GetAdditionalProperties(); schema 28 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty("no such policy exists"); schema 31 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kSearchSuggestEnabled); schema 35 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kDefaultCookiesSetting); schema 39 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kProxyMode); schema 43 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kURLBlacklist); schema 49 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kProxySettings); schema 61 components/policy/core/common/generate_policy_source_unittest.cc for (Schema::Iterator it = schema.GetPropertiesIterator(); schema 82 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(it.schema().valid()); schema 83 components/policy/core/common/generate_policy_source_unittest.cc EXPECT_EQ(base::Value::TYPE_STRING, it.schema().type()); schema 59 components/policy/core/common/policy_loader_mac.cc const Schema* schema = schema 61 components/policy/core/common/policy_loader_mac.cc for (Schema::Iterator it = schema->GetPropertiesIterator(); schema 125 components/policy/core/common/policy_loader_mac.cc const Schema& schema, schema 130 components/policy/core/common/policy_loader_mac.cc if (!schema.valid()) schema 137 components/policy/core/common/policy_loader_mac.cc for (Schema::Iterator it = schema.GetPropertiesIterator(); schema 57 components/policy/core/common/policy_loader_mac.h const Schema& schema, schema 89 components/policy/core/common/policy_loader_win.cc std::string PatchSchema(const std::string& schema) { schema 91 components/policy/core/common/policy_loader_win.cc scoped_ptr<base::Value> json(base::JSONReader::Read(schema, options)); schema 96 components/policy/core/common/policy_loader_win.cc !dict->GetDictionary(schema::kProperties, &properties)) { schema 97 components/policy/core/common/policy_loader_win.cc return schema; schema 105 components/policy/core/common/policy_loader_win.cc policy_schema->GetString(schema::kType, &type) && schema 106 components/policy/core/common/policy_loader_win.cc type == schema::kArray && schema 107 components/policy/core/common/policy_loader_win.cc !policy_schema->HasKey(schema::kItems)) { schema 109 components/policy/core/common/policy_loader_win.cc items->SetString(schema::kType, schema::kString); schema 110 components/policy/core/common/policy_loader_win.cc policy_schema->Set(schema::kItems, items.release()); schema 278 components/policy/core/common/policy_loader_win.cc const Schema& schema, schema 283 components/policy/core/common/policy_loader_win.cc scoped_ptr<base::Value> policy_value(gpo_dict->ConvertToJSON(schema)); schema 598 components/policy/core/common/policy_loader_win.cc Schema schema = *schema_from_map; schema 600 components/policy/core/common/policy_loader_win.cc if (!schema.valid() && schema 608 components/policy/core/common/policy_loader_win.cc schema = Schema::Parse(PatchSchema(schema_json), &error); schema 609 components/policy/core/common/policy_loader_win.cc if (!schema.valid()) schema 622 components/policy/core/common/policy_loader_win.cc ParsePolicy(policy_dict, kLevels[j].level, scope, schema, &policy); schema 28 components/policy/core/common/registry_dict_win.cc const Schema& schema) { schema 29 components/policy/core/common/registry_dict_win.cc if (!schema.valid()) schema 33 components/policy/core/common/registry_dict_win.cc if (value.IsType(schema.type())) { schema 42 components/policy/core/common/registry_dict_win.cc ConvertValue(entry.value(), schema.GetProperty(entry.key())); schema 52 components/policy/core/common/registry_dict_win.cc ConvertValue(**entry, schema.GetItems()); schema 64 components/policy/core/common/registry_dict_win.cc switch (schema.type()) { schema 106 components/policy/core/common/registry_dict_win.cc ConvertValue(*entry, schema.GetItems()); schema 118 components/policy/core/common/registry_dict_win.cc if (result && result->IsType(schema.type())) schema 130 components/policy/core/common/registry_dict_win.cc << " to " << schema.type(); schema 294 components/policy/core/common/registry_dict_win.cc const Schema& schema) const { schema 296 components/policy/core/common/registry_dict_win.cc schema.valid() ? schema.type() : base::Value::TYPE_DICTIONARY; schema 303 components/policy/core/common/registry_dict_win.cc schema.valid() ? schema.GetProperty(entry->first) : Schema(); schema 312 components/policy/core/common/registry_dict_win.cc schema.valid() ? schema.GetProperty(entry->first) : Schema(); schema 322 components/policy/core/common/registry_dict_win.cc Schema item_schema = schema.valid() ? schema.GetItems() : Schema(); schema 77 components/policy/core/common/registry_dict_win.h scoped_ptr<base::Value> ConvertToJSON(const Schema& schema) const; schema 209 components/policy/core/common/registry_dict_win_unittest.cc Schema schema = Schema::Parse( schema 225 components/policy/core/common/registry_dict_win_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 227 components/policy/core/common/registry_dict_win_unittest.cc scoped_ptr<base::Value> actual(test_dict.ConvertToJSON(schema)); schema 69 components/policy/core/common/schema.cc { schema::kArray, base::Value::TYPE_LIST }, schema 70 components/policy/core/common/schema.cc { schema::kBoolean, base::Value::TYPE_BOOLEAN }, schema 71 components/policy/core/common/schema.cc { schema::kInteger, base::Value::TYPE_INTEGER }, schema 72 components/policy/core/common/schema.cc { schema::kNull, base::Value::TYPE_NULL }, schema 73 components/policy/core/common/schema.cc { schema::kNumber, base::Value::TYPE_DOUBLE }, schema 74 components/policy/core/common/schema.cc { schema::kObject, base::Value::TYPE_DICTIONARY }, schema 75 components/policy/core/common/schema.cc { schema::kString, base::Value::TYPE_STRING }, schema 145 components/policy/core/common/schema.cc const base::DictionaryValue& schema, schema 151 components/policy/core/common/schema.cc return schema(0); schema 186 components/policy/core/common/schema.cc static void DetermineStorageSizes(const base::DictionaryValue& schema, schema 200 components/policy/core/common/schema.cc bool Parse(const base::DictionaryValue& schema, schema 208 components/policy/core/common/schema.cc bool ParseDictionary(const base::DictionaryValue& schema, schema 216 components/policy/core/common/schema.cc bool ParseList(const base::DictionaryValue& schema, schema 222 components/policy/core/common/schema.cc bool ParseEnum(const base::DictionaryValue& schema, schema 227 components/policy/core/common/schema.cc bool ParseRangedInt(const base::DictionaryValue& schema, schema 269 components/policy/core/common/schema.cc Schema::InternalStorage::ParseSchema(const base::DictionaryValue& schema, schema 276 components/policy/core/common/schema.cc DetermineStorageSizes(schema, &sizes); schema 290 components/policy/core/common/schema.cc if (!storage->Parse(schema, &root_index, &id_map, &reference_list, error)) schema 329 components/policy/core/common/schema.cc const base::DictionaryValue& schema, schema 332 components/policy/core/common/schema.cc if (schema.GetString(schema::kRef, &ref_string)) { schema 339 components/policy/core/common/schema.cc if (!schema.GetString(schema::kType, &type_string) || schema 349 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kItems, &items)) schema 355 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kAdditionalProperties, &dict)) schema 359 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kProperties, &properties)) { schema 369 components/policy/core/common/schema.cc } else if (schema.HasKey(schema::kEnum)) { schema 371 components/policy/core/common/schema.cc if (schema.GetList(schema::kEnum, &possible_values)) { schema 381 components/policy/core/common/schema.cc if (schema.HasKey(schema::kMinimum) || schema.HasKey(schema::kMaximum)) schema 386 components/policy/core/common/schema.cc bool Schema::InternalStorage::Parse(const base::DictionaryValue& schema, schema 392 components/policy/core/common/schema.cc if (schema.GetString(schema::kRef, &ref_string)) { schema 394 components/policy/core/common/schema.cc if (schema.GetString(schema::kId, &id_string)) { schema 403 components/policy/core/common/schema.cc if (!schema.GetString(schema::kType, &type_string)) { schema 421 components/policy/core/common/schema.cc if (!ParseDictionary(schema, schema_node, id_map, reference_list, error)) schema 424 components/policy/core/common/schema.cc if (!ParseList(schema, schema_node, id_map, reference_list, error)) schema 426 components/policy/core/common/schema.cc } else if (schema.HasKey(schema::kEnum)) { schema 427 components/policy/core/common/schema.cc if (!ParseEnum(schema, type, schema_node, error)) schema 429 components/policy/core/common/schema.cc } else if (schema.HasKey(schema::kMinimum) || schema 430 components/policy/core/common/schema.cc schema.HasKey(schema::kMaximum)) { schema 435 components/policy/core/common/schema.cc if (!ParseRangedInt(schema, schema_node, error)) schema 439 components/policy/core/common/schema.cc if (schema.GetString(schema::kId, &id_string)) { schema 451 components/policy/core/common/schema.cc const base::DictionaryValue& schema, schema 464 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kAdditionalProperties, &dict)) { schema 472 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kProperties, &properties)) { schema 486 components/policy/core/common/schema.cc if (!Parse(*dict, &property_nodes_[index].schema, schema 499 components/policy/core/common/schema.cc bool Schema::InternalStorage::ParseList(const base::DictionaryValue& schema, schema 505 components/policy/core/common/schema.cc if (!schema.GetDictionary(schema::kItems, &dict)) { schema 512 components/policy/core/common/schema.cc bool Schema::InternalStorage::ParseEnum(const base::DictionaryValue& schema, schema 517 components/policy/core/common/schema.cc if (!schema.GetList(schema::kEnum, &possible_values)) { schema 564 components/policy/core/common/schema.cc const base::DictionaryValue& schema, schema 570 components/policy/core/common/schema.cc if (schema.GetInteger(schema::kMinimum, &value)) schema 572 components/policy/core/common/schema.cc if (schema.GetInteger(schema::kMaximum, &value)) schema 635 components/policy/core/common/schema.cc return Schema(storage_, storage_->schema(it_->schema)); schema 644 components/policy/core/common/schema.cc Schema::Schema(const Schema& schema) schema 645 components/policy/core/common/schema.cc : storage_(schema.storage_), node_(schema.node_) {} schema 649 components/policy/core/common/schema.cc Schema& Schema::operator=(const Schema& schema) { schema 650 components/policy/core/common/schema.cc storage_ = schema.storage_; schema 651 components/policy/core/common/schema.cc node_ = schema.node_; schema 840 components/policy/core/common/schema.cc if (!dict->GetString(schema::kType, &string_value) || schema 841 components/policy/core/common/schema.cc string_value != schema::kObject) { schema 848 components/policy/core/common/schema.cc if (dict->HasKey(schema::kAdditionalProperties) || schema 849 components/policy/core/common/schema.cc dict->HasKey(schema::kPatternProperties)) { schema 889 components/policy/core/common/schema.cc return Schema(storage_, storage_->schema(it->schema)); schema 899 components/policy/core/common/schema.cc return Schema(storage_, storage_->schema(node->additional)); schema 903 components/policy/core/common/schema.cc Schema schema = GetKnownProperty(key); schema 904 components/policy/core/common/schema.cc return schema.valid() ? schema : GetAdditionalProperties(); schema 912 components/policy/core/common/schema.cc return Schema(storage_, storage_->schema(node_->extra)); schema 64 components/policy/core/common/schema.h Schema(const Schema& schema); schema 68 components/policy/core/common/schema.h Schema& operator=(const Schema& schema); schema 78 components/policy/core/common/schema.h static Schema Parse(const std::string& schema, std::string* error); schema 132 components/policy/core/common/schema.h Schema schema() const; schema 47 components/policy/core/common/schema_internal.h int schema; schema 46 components/policy/core/common/schema_map.cc const Schema* schema = GetSchema(it->first); schema 48 components/policy/core/common/schema_map.cc if (!schema) { schema 57 components/policy/core/common/schema_map.cc if (!schema->valid()) schema 65 components/policy/core/common/schema_map.cc Schema policy_schema = schema->GetProperty(policy_name); schema 49 components/policy/core/common/schema_map_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 50 components/policy/core/common/schema_map_unittest.cc if (!schema.valid()) schema 52 components/policy/core/common/schema_map_unittest.cc return schema; schema 56 components/policy/core/common/schema_map_unittest.cc Schema schema = CreateTestSchema(); schema 58 components/policy/core/common/schema_map_unittest.cc component_map["extension-1"] = schema; schema 59 components/policy/core/common/schema_map_unittest.cc component_map["extension-2"] = schema; schema 83 components/policy/core/common/schema_map_unittest.cc Schema schema = CreateTestSchema(); schema 85 components/policy/core/common/schema_map_unittest.cc component_map[""] = schema; schema 113 components/policy/core/common/schema_map_unittest.cc const Schema* schema = schema 115 components/policy/core/common/schema_map_unittest.cc ASSERT_TRUE(schema); schema 116 components/policy/core/common/schema_map_unittest.cc EXPECT_TRUE(schema->valid()); schema 118 components/policy/core/common/schema_map_unittest.cc schema = map->GetSchema( schema 120 components/policy/core/common/schema_map_unittest.cc ASSERT_TRUE(schema); schema 121 components/policy/core/common/schema_map_unittest.cc EXPECT_FALSE(schema->valid()); schema 126 components/policy/core/common/schema_map_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 127 components/policy/core/common/schema_map_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 130 components/policy/core/common/schema_map_unittest.cc domain_map[POLICY_DOMAIN_EXTENSIONS]["abc"] = schema; schema 218 components/policy/core/common/schema_map_unittest.cc Schema schema = Schema::Parse( schema 225 components/policy/core/common/schema_map_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 228 components/policy/core/common/schema_map_unittest.cc domain_map[POLICY_DOMAIN_EXTENSIONS]["with-schema"] = schema; schema 24 components/policy/core/common/schema_registry.cc const Schema& schema) { schema 26 components/policy/core/common/schema_registry.cc map[ns.component_id] = schema; schema 53 components/policy/core/common/schema_registry.h const Schema& schema); schema 55 components/policy/core/common/schema_registry_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 56 components/policy/core/common/schema_registry_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 70 components/policy/core/common/schema_registry_unittest.cc schema); schema 77 components/policy/core/common/schema_registry_unittest.cc schema); schema 93 components/policy/core/common/schema_registry_unittest.cc components["abc"] = schema; schema 94 components/policy/core/common/schema_registry_unittest.cc components["def"] = schema; schema 95 components/policy/core/common/schema_registry_unittest.cc components["xyz"] = schema; schema 133 components/policy/core/common/schema_registry_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 134 components/policy/core/common/schema_registry_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 144 components/policy/core/common/schema_registry_unittest.cc schema); schema 162 components/policy/core/common/schema_registry_unittest.cc schema); schema 168 components/policy/core/common/schema_registry_unittest.cc schema); schema 175 components/policy/core/common/schema_registry_unittest.cc schema); schema 224 components/policy/core/common/schema_registry_unittest.cc schema); schema 226 components/policy/core/common/schema_registry_unittest.cc schema); schema 108 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse(content, &error); schema 109 components/policy/core/common/schema_unittest.cc if (schema.valid()) schema 115 components/policy/core/common/schema_unittest.cc void TestSchemaValidation(Schema schema, schema 124 components/policy/core/common/schema_unittest.cc bool returned = schema.Validate(value, strategy, NULL, &error); schema 133 components/policy/core/common/schema_unittest.cc schema.Normalize(cloned_value.get(), strategy, NULL, &error, &touched); schema 136 components/policy/core/common/schema_unittest.cc bool strictly_valid = schema.Validate(value, SCHEMA_STRICT, NULL, &error); schema 143 components/policy/core/common/schema_unittest.cc schema.Validate(*cloned_value.get(), SCHEMA_STRICT, NULL, &error)); schema 144 components/policy/core/common/schema_unittest.cc EXPECT_TRUE(schema.Normalize( schema 149 components/policy/core/common/schema_unittest.cc void TestSchemaValidationWithPath(Schema schema, schema 155 components/policy/core/common/schema_unittest.cc bool returned = schema.Validate(value, SCHEMA_STRICT, &error_path, &error); schema 229 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse( schema 241 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 242 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 244 components/policy/core/common/schema_unittest.cc schema = schema.GetKnownProperty("sub"); schema 245 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()); schema 246 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 249 components/policy/core/common/schema_unittest.cc Schema::Iterator it = schema.GetPropertiesIterator(); schema 253 components/policy/core/common/schema_unittest.cc schema = it.schema(); schema 258 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()); schema 259 components/policy/core/common/schema_unittest.cc EXPECT_EQ(base::Value::TYPE_STRING, schema.type()); schema 266 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 267 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 269 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 270 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetProperty("invalid").valid()); schema 272 components/policy/core/common/schema_unittest.cc Schema sub = schema.GetProperty("Boolean"); schema 276 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("Integer"); schema 280 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("Null"); schema 284 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("Number"); schema 288 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("String"); schema 292 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("Array"); schema 299 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("ArrayOfObjects"); schema 314 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("ArrayOfArray"); schema 324 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("Object"); schema 337 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("IntegerWithEnums"); schema 341 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("IntegerWithEnumsGaps"); schema 345 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("StringWithEnums"); schema 349 components/policy/core/common/schema_unittest.cc sub = schema.GetProperty("IntegerWithRange"); schema 374 components/policy/core/common/schema_unittest.cc Schema::Iterator it = schema.GetPropertiesIterator(); schema 378 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(it.schema().valid()); schema 379 components/policy/core/common/schema_unittest.cc EXPECT_EQ(kExpectedProperties[i].expected_type, it.schema().type()); schema 388 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse("{ \"type\": \"object\" }", &error); schema 389 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 390 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 393 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetKnownProperty("").valid()); schema 394 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetKnownProperty("xyz").valid()); schema 395 components/policy/core/common/schema_unittest.cc EXPECT_TRUE(schema.GetPropertiesIterator().IsAtEnd()); schema 397 components/policy/core/common/schema_unittest.cc schema = Schema::Parse( schema 404 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 405 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 407 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetKnownProperty("").valid()); schema 408 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetKnownProperty("xyz").valid()); schema 409 components/policy/core/common/schema_unittest.cc EXPECT_TRUE(schema.GetKnownProperty("Boolean").valid()); schema 411 components/policy/core/common/schema_unittest.cc schema = Schema::Parse( schema 422 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 423 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 425 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetKnownProperty("").valid()); schema 426 components/policy/core/common/schema_unittest.cc EXPECT_FALSE(schema.GetKnownProperty("xyz").valid()); schema 439 components/policy/core/common/schema_unittest.cc Schema sub = schema.GetKnownProperty(kExpectedKeys[i].expected_key); schema 499 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Wrap(&kData); schema 500 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()); schema 501 components/policy/core/common/schema_unittest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 517 components/policy/core/common/schema_unittest.cc Schema::Iterator it = schema.GetPropertiesIterator(); schema 521 components/policy/core/common/schema_unittest.cc Schema sub = it.schema(); schema 535 components/policy/core/common/schema_unittest.cc Schema sub = schema.GetAdditionalProperties(); schema 548 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse(kTestSchema, &error); schema 549 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 552 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, true); schema 556 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 564 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 573 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 579 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 630 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, true); schema 633 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 637 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 639 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 641 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, true); schema 643 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 645 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 647 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 649 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 651 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, true); schema 653 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 655 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 659 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 663 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 668 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 669 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_ALLOW_UNKNOWN_TOPLEVEL, true); schema 670 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_ALLOW_UNKNOWN, true); schema 671 components/policy/core/common/schema_unittest.cc TestSchemaValidationWithPath(schema, bundle, ""); schema 676 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, false); schema 677 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_ALLOW_INVALID_TOPLEVEL, true); schema 678 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_ALLOW_INVALID, true); schema 679 components/policy/core/common/schema_unittest.cc TestSchemaValidationWithPath(schema, bundle, "Boolean"); schema 684 components/policy/core/common/schema_unittest.cc Schema subschema = schema.GetProperty("ObjectOfObject"); schema 711 components/policy/core/common/schema_unittest.cc Schema subschema = schema.GetProperty("ArrayOfObjects"); schema 742 components/policy/core/common/schema_unittest.cc Schema subschema = schema.GetProperty("ObjectOfArray"); schema 769 components/policy/core/common/schema_unittest.cc Schema subschema = schema.GetProperty("ArrayOfObjectOfArray"); schema 798 components/policy/core/common/schema_unittest.cc TestSchemaValidation(schema, bundle, SCHEMA_STRICT, true); schema 858 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse( schema 876 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 877 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 879 components/policy/core/common/schema_unittest.cc Schema parent = schema.GetKnownProperty("bookmarks"); schema 908 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse( schema 926 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 927 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 930 components/policy/core/common/schema_unittest.cc Schema sub = schema.GetKnownProperty(std::string(1, c)); schema 939 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse( schema 955 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 956 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 958 components/policy/core/common/schema_unittest.cc Schema policy = schema.GetKnownProperty("policy"); schema 978 components/policy/core/common/schema_unittest.cc Schema schema = Schema::Parse( schema 992 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(schema.valid()) << error; schema 993 components/policy/core/common/schema_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema.type()); schema 995 components/policy/core/common/schema_unittest.cc Schema foo = schema.GetKnownProperty("foo"); schema 999 components/policy/core/common/schema_unittest.cc Schema list = schema.GetKnownProperty("list"); schema 45 extensions/common/extension_api.cc const base::StringPiece& schema) { schema 49 extensions/common/extension_api.cc schema, schema 61 extensions/common/extension_api.cc CHECK(result.get()) << error_message << " for schema " << schema; schema 62 extensions/common/extension_api.cc CHECK(result->IsType(base::Value::TYPE_LIST)) << " for schema " << schema; schema 111 extensions/common/extension_api.cc base::DictionaryValue* schema, schema 113 extensions/common/extension_api.cc if (!schema->HasKey(key)) schema 117 extensions/common/extension_api.cc CHECK(schema->GetString(key, &old_id)); schema 119 extensions/common/extension_api.cc schema->SetString(key, schema_namespace + "." + old_id); schema 145 extensions/common/extension_api.cc base::DictionaryValue* schema) { schema 146 extensions/common/extension_api.cc if (!schema->HasKey("types")) schema 151 extensions/common/extension_api.cc CHECK(schema->GetList("types", &types)); schema 162 extensions/common/extension_api.cc base::DictionaryValue* schema) { schema 163 extensions/common/extension_api.cc PrefixTypesWithNamespace(schema_namespace, schema); schema 164 extensions/common/extension_api.cc PrefixRefsWithNamespace(schema_namespace, schema); schema 198 extensions/common/extension_api.cc const base::StringPiece& schema) { schema 199 extensions/common/extension_api.cc scoped_ptr<base::ListValue> schema_list(LoadSchemaList(name, schema)); schema 205 extensions/common/extension_api.cc base::DictionaryValue* schema = NULL; schema 209 extensions/common/extension_api.cc CHECK(value.release()->GetAsDictionary(&schema)); schema 212 extensions/common/extension_api.cc CHECK(schema->GetString("namespace", &schema_namespace)); schema 213 extensions/common/extension_api.cc PrefixWithNamespace(schema_namespace, schema); schema 214 extensions/common/extension_api.cc schemas_[schema_namespace] = make_linked_ptr(schema); schema 129 extensions/common/extension_api.h void LoadSchema(const std::string& name, const base::StringPiece& schema); schema 761 sql/connection.cc std::string schema; schema 763 sql/connection.cc schema += statement.ColumnString(0); schema 764 sql/connection.cc schema += '|'; schema 765 sql/connection.cc schema += statement.ColumnString(1); schema 766 sql/connection.cc schema += '|'; schema 767 sql/connection.cc schema += statement.ColumnString(2); schema 768 sql/connection.cc schema += '|'; schema 769 sql/connection.cc schema += statement.ColumnString(3); schema 770 sql/connection.cc schema += '\n'; schema 773 sql/connection.cc return schema; schema 155 third_party/libxml/src/include/libxml/relaxng.h xmlRelaxNGFree (xmlRelaxNGPtr schema); schema 159 third_party/libxml/src/include/libxml/relaxng.h xmlRelaxNGPtr schema); schema 162 third_party/libxml/src/include/libxml/relaxng.h xmlRelaxNGPtr schema); schema 181 third_party/libxml/src/include/libxml/relaxng.h xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema); schema 98 third_party/libxml/src/include/libxml/schematron.h xmlSchematronFree (xmlSchematronPtr schema); schema 129 third_party/libxml/src/include/libxml/schematron.h xmlSchematronNewValidCtxt (xmlSchematronPtr schema, schema 289 third_party/libxml/src/include/libxml/xmlreader.h xmlRelaxNGPtr schema); schema 299 third_party/libxml/src/include/libxml/xmlreader.h xmlSchemaPtr schema); schema 148 third_party/libxml/src/include/libxml/xmlschemas.h xmlSchemaFree (xmlSchemaPtr schema); schema 152 third_party/libxml/src/include/libxml/xmlschemas.h xmlSchemaPtr schema); schema 178 third_party/libxml/src/include/libxml/xmlschemas.h xmlSchemaNewValidCtxt (xmlSchemaPtr schema); schema 211 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema; /* The schema in use */ schema 356 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema; /* The schema in use */ schema 404 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema; /* the schema */ schema 417 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema; /* the schema */ schema 664 third_party/libxml/src/relaxng.c static void xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema); schema 688 third_party/libxml/src/relaxng.c if (docu->schema != NULL) schema 689 third_party/libxml/src/relaxng.c xmlRelaxNGFreeInnerSchema(docu->schema); schema 727 third_party/libxml/src/relaxng.c if (incl->schema != NULL) schema 728 third_party/libxml/src/relaxng.c xmlRelaxNGFree(incl->schema); schema 780 third_party/libxml/src/relaxng.c xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema) schema 782 third_party/libxml/src/relaxng.c if (schema == NULL) schema 785 third_party/libxml/src/relaxng.c if (schema->doc != NULL) schema 786 third_party/libxml/src/relaxng.c xmlFreeDoc(schema->doc); schema 787 third_party/libxml/src/relaxng.c if (schema->defTab != NULL) { schema 790 third_party/libxml/src/relaxng.c for (i = 0; i < schema->defNr; i++) schema 791 third_party/libxml/src/relaxng.c xmlRelaxNGFreeDefine(schema->defTab[i]); schema 792 third_party/libxml/src/relaxng.c xmlFree(schema->defTab); schema 795 third_party/libxml/src/relaxng.c xmlFree(schema); schema 805 third_party/libxml/src/relaxng.c xmlRelaxNGFree(xmlRelaxNGPtr schema) schema 807 third_party/libxml/src/relaxng.c if (schema == NULL) schema 810 third_party/libxml/src/relaxng.c if (schema->topgrammar != NULL) schema 811 third_party/libxml/src/relaxng.c xmlRelaxNGFreeGrammar(schema->topgrammar); schema 812 third_party/libxml/src/relaxng.c if (schema->doc != NULL) schema 813 third_party/libxml/src/relaxng.c xmlFreeDoc(schema->doc); schema 814 third_party/libxml/src/relaxng.c if (schema->documents != NULL) schema 815 third_party/libxml/src/relaxng.c xmlRelaxNGFreeDocumentList(schema->documents); schema 816 third_party/libxml/src/relaxng.c if (schema->includes != NULL) schema 817 third_party/libxml/src/relaxng.c xmlRelaxNGFreeIncludeList(schema->includes); schema 818 third_party/libxml/src/relaxng.c if (schema->defTab != NULL) { schema 821 third_party/libxml/src/relaxng.c for (i = 0; i < schema->defNr; i++) schema 822 third_party/libxml/src/relaxng.c xmlRelaxNGFreeDefine(schema->defTab[i]); schema 823 third_party/libxml/src/relaxng.c xmlFree(schema->defTab); schema 826 third_party/libxml/src/relaxng.c xmlFree(schema); schema 4781 third_party/libxml/src/relaxng.c docu->schema = xmlRelaxNGParseDocument(ctxt, root); schema 4783 third_party/libxml/src/relaxng.c if ((docu->schema != NULL) && schema 4784 third_party/libxml/src/relaxng.c (docu->schema->topgrammar != NULL)) { schema 4785 third_party/libxml/src/relaxng.c docu->content = docu->schema->topgrammar->start; schema 4786 third_party/libxml/src/relaxng.c if (docu->schema->topgrammar->refs) schema 4787 third_party/libxml/src/relaxng.c xmlRelaxNGParseImportRefs(ctxt, docu->schema->topgrammar); schema 6642 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema = NULL; schema 6649 third_party/libxml/src/relaxng.c schema = xmlRelaxNGNewRelaxNG(ctxt); schema 6650 third_party/libxml/src/relaxng.c if (schema == NULL) schema 6656 third_party/libxml/src/relaxng.c schema->topgrammar = xmlRelaxNGParseGrammar(ctxt, node->children); schema 6660 third_party/libxml/src/relaxng.c schema->topgrammar = ret = xmlRelaxNGNewGrammar(ctxt); schema 6661 third_party/libxml/src/relaxng.c if (schema->topgrammar == NULL) { schema 6662 third_party/libxml/src/relaxng.c return (schema); schema 6685 third_party/libxml/src/relaxng.c if (schema->topgrammar->start != NULL) { schema 6686 third_party/libxml/src/relaxng.c xmlRelaxNGCheckCycles(ctxt, schema->topgrammar->start, 0); schema 6688 third_party/libxml/src/relaxng.c xmlRelaxNGSimplify(ctxt, schema->topgrammar->start, NULL); schema 6689 third_party/libxml/src/relaxng.c while ((schema->topgrammar->start != NULL) && schema 6690 third_party/libxml/src/relaxng.c (schema->topgrammar->start->type == XML_RELAXNG_NOOP) && schema 6691 third_party/libxml/src/relaxng.c (schema->topgrammar->start->next != NULL)) schema 6692 third_party/libxml/src/relaxng.c schema->topgrammar->start = schema 6693 third_party/libxml/src/relaxng.c schema->topgrammar->start->content; schema 6694 third_party/libxml/src/relaxng.c xmlRelaxNGCheckRules(ctxt, schema->topgrammar->start, schema 6699 third_party/libxml/src/relaxng.c if (schema == NULL) schema 6704 third_party/libxml/src/relaxng.c return (schema); schema 7854 third_party/libxml/src/relaxng.c xmlRelaxNGDump(FILE * output, xmlRelaxNGPtr schema) schema 7858 third_party/libxml/src/relaxng.c if (schema == NULL) { schema 7863 third_party/libxml/src/relaxng.c if (schema->doc == NULL) { schema 7865 third_party/libxml/src/relaxng.c } else if (schema->doc->URL != NULL) { schema 7866 third_party/libxml/src/relaxng.c fprintf(output, "%s\n", schema->doc->URL); schema 7870 third_party/libxml/src/relaxng.c if (schema->topgrammar == NULL) { schema 7874 third_party/libxml/src/relaxng.c xmlRelaxNGDumpGrammar(output, schema->topgrammar, 1); schema 7885 third_party/libxml/src/relaxng.c xmlRelaxNGDumpTree(FILE * output, xmlRelaxNGPtr schema) schema 7889 third_party/libxml/src/relaxng.c if (schema == NULL) { schema 7893 third_party/libxml/src/relaxng.c if (schema->doc == NULL) { schema 7896 third_party/libxml/src/relaxng.c xmlDocDump(output, schema->doc); schema 8290 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema; schema 8295 third_party/libxml/src/relaxng.c schema = ctxt->schema; schema 8296 third_party/libxml/src/relaxng.c if (schema == NULL) { schema 8300 third_party/libxml/src/relaxng.c grammar = schema->topgrammar; schema 10680 third_party/libxml/src/relaxng.c xmlRelaxNGPtr schema; schema 10685 third_party/libxml/src/relaxng.c if ((ctxt == NULL) || (ctxt->schema == NULL) || (doc == NULL)) schema 10689 third_party/libxml/src/relaxng.c schema = ctxt->schema; schema 10690 third_party/libxml/src/relaxng.c grammar = schema->topgrammar; schema 10830 third_party/libxml/src/relaxng.c xmlRelaxNGNewValidCtxt(xmlRelaxNGPtr schema) schema 10840 third_party/libxml/src/relaxng.c ret->schema = schema; schema 10847 third_party/libxml/src/relaxng.c if (schema != NULL) schema 10848 third_party/libxml/src/relaxng.c ret->idref = schema->idref; schema 163 third_party/libxml/src/schematron.c xmlSchematronPtr schema; schema 192 third_party/libxml/src/schematron.c xmlSchematronPtr schema; schema 389 third_party/libxml/src/schematron.c xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, schema 396 third_party/libxml/src/schematron.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || schema 423 third_party/libxml/src/schematron.c if (schema->rules == NULL) { schema 424 third_party/libxml/src/schematron.c schema->rules = ret; schema 426 third_party/libxml/src/schematron.c xmlSchematronRulePtr prev = schema->rules; schema 483 third_party/libxml/src/schematron.c xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) schema 487 third_party/libxml/src/schematron.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || (name == NULL)) schema 498 third_party/libxml/src/schematron.c if (schema->patterns == NULL) { schema 499 third_party/libxml/src/schematron.c schema->patterns = ret; schema 501 third_party/libxml/src/schematron.c xmlSchematronPatternPtr prev = schema->patterns; schema 561 third_party/libxml/src/schematron.c xmlSchematronFree(xmlSchematronPtr schema) schema 563 third_party/libxml/src/schematron.c if (schema == NULL) schema 566 third_party/libxml/src/schematron.c if ((schema->doc != NULL) && (!(schema->preserve))) schema 567 third_party/libxml/src/schematron.c xmlFreeDoc(schema->doc); schema 569 third_party/libxml/src/schematron.c if (schema->namespaces != NULL) schema 570 third_party/libxml/src/schematron.c xmlFree((char **) schema->namespaces); schema 572 third_party/libxml/src/schematron.c xmlSchematronFreeRules(schema->rules); schema 573 third_party/libxml/src/schematron.c xmlSchematronFreePatterns(schema->patterns); schema 574 third_party/libxml/src/schematron.c xmlDictFree(schema->dict); schema 575 third_party/libxml/src/schematron.c xmlFree(schema); schema 876 third_party/libxml/src/schematron.c ruleptr = xmlSchematronAddRule(ctxt, ctxt->schema, pattern, schema 970 third_party/libxml/src/schematron.c pattern = xmlSchematronAddPattern(ctxt, ctxt->schema, pat, id); schema 1150 third_party/libxml/src/schematron.c ctxt->schema = ret; schema 1503 third_party/libxml/src/schematron.c xmlSchematronNewValidCtxt(xmlSchematronPtr schema, int options) schema 1516 third_party/libxml/src/schematron.c ret->schema = schema; schema 1525 third_party/libxml/src/schematron.c for (i = 0;i < schema->nbNamespaces;i++) { schema 1526 third_party/libxml/src/schematron.c if ((schema->namespaces[2 * i] == NULL) || schema 1527 third_party/libxml/src/schematron.c (schema->namespaces[2 * i + 1] == NULL)) schema 1529 third_party/libxml/src/schematron.c xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1], schema 1530 third_party/libxml/src/schematron.c schema->namespaces[2 * i]); schema 1671 third_party/libxml/src/schematron.c if ((ctxt == NULL) || (ctxt->schema == NULL) || schema 1672 third_party/libxml/src/schematron.c (ctxt->schema->rules == NULL) || (instance == NULL)) schema 1689 third_party/libxml/src/schematron.c rule = ctxt->schema->rules; schema 1707 third_party/libxml/src/schematron.c pattern = ctxt->schema->patterns; schema 1748 third_party/libxml/src/schematron.c xmlSchematronPtr schema = NULL; schema 1754 third_party/libxml/src/schematron.c schema = xmlSchematronParse(pctxt); schema 1755 third_party/libxml/src/schematron.c if (schema == NULL) { schema 1765 third_party/libxml/src/schematron.c if ((schema != NULL) && (instance != NULL)) { schema 1766 third_party/libxml/src/schematron.c vctxt = xmlSchematronNewValidCtxt(schema); schema 1774 third_party/libxml/src/schematron.c xmlSchematronFree(schema); schema 60 third_party/libxml/src/testRelax.c xmlRelaxNGPtr schema = NULL; schema 84 third_party/libxml/src/testRelax.c if (schema == NULL) { schema 107 third_party/libxml/src/testRelax.c schema = xmlRelaxNGParse(ctxt); schema 118 third_party/libxml/src/testRelax.c schema = xmlRelaxNGParse(ctxt); schema 121 third_party/libxml/src/testRelax.c if (schema == NULL) { schema 129 third_party/libxml/src/testRelax.c xmlRelaxNGDump(stdout, schema); schema 132 third_party/libxml/src/testRelax.c xmlRelaxNGDumpTree(stdout, schema); schema 145 third_party/libxml/src/testRelax.c ctxt = xmlRelaxNGNewValidCtxt(schema); schema 166 third_party/libxml/src/testRelax.c if (schema != NULL) schema 167 third_party/libxml/src/testRelax.c xmlRelaxNGFree(schema); schema 60 third_party/libxml/src/testSchemas.c xmlSchemaPtr schema = NULL; schema 80 third_party/libxml/src/testSchemas.c if (schema == NULL) { schema 103 third_party/libxml/src/testSchemas.c schema = xmlSchemaParse(ctxt); schema 114 third_party/libxml/src/testSchemas.c schema = xmlSchemaParse(ctxt); schema 120 third_party/libxml/src/testSchemas.c xmlSchemaDump(stdout, schema); schema 123 third_party/libxml/src/testSchemas.c if (schema == NULL) schema 136 third_party/libxml/src/testSchemas.c ctxt = xmlSchemaNewValidCtxt(schema); schema 157 third_party/libxml/src/testSchemas.c if (schema != NULL) schema 158 third_party/libxml/src/testSchemas.c xmlSchemaFree(schema); schema 17282 third_party/libxml/src/testapi.c xmlRelaxNGPtr schema; /* a schema structure */ schema 17289 third_party/libxml/src/testapi.c schema = gen_xmlRelaxNGPtr(n_schema, 1); schema 17291 third_party/libxml/src/testapi.c xmlRelaxNGDump(output, schema); schema 17294 third_party/libxml/src/testapi.c des_xmlRelaxNGPtr(n_schema, schema, 1); schema 17321 third_party/libxml/src/testapi.c xmlRelaxNGPtr schema; /* a schema structure */ schema 17328 third_party/libxml/src/testapi.c schema = gen_xmlRelaxNGPtr(n_schema, 1); schema 17330 third_party/libxml/src/testapi.c xmlRelaxNGDumpTree(output, schema); schema 17333 third_party/libxml/src/testapi.c des_xmlRelaxNGPtr(n_schema, schema, 1); schema 32259 third_party/libxml/src/testapi.c xmlRelaxNGPtr schema; /* a precompiled RelaxNG schema */ schema 32266 third_party/libxml/src/testapi.c schema = gen_xmlRelaxNGPtr(n_schema, 1); schema 32268 third_party/libxml/src/testapi.c ret_val = xmlTextReaderRelaxNGSetSchema(reader, schema); schema 32272 third_party/libxml/src/testapi.c des_xmlRelaxNGPtr(n_schema, schema, 1); schema 32478 third_party/libxml/src/testapi.c xmlSchemaPtr schema; /* a precompiled Schema schema */ schema 32485 third_party/libxml/src/testapi.c schema = gen_xmlSchemaPtr(n_schema, 1); schema 32487 third_party/libxml/src/testapi.c ret_val = xmlTextReaderSetSchema(reader, schema); schema 32491 third_party/libxml/src/testapi.c des_xmlSchemaPtr(n_schema, schema, 1); schema 33876 third_party/libxml/src/testapi.c xmlSchemaPtr schema; /* a schema structure */ schema 33883 third_party/libxml/src/testapi.c schema = gen_xmlSchemaPtr(n_schema, 1); schema 33885 third_party/libxml/src/testapi.c xmlSchemaDump(output, schema); schema 33888 third_party/libxml/src/testapi.c des_xmlSchemaPtr(n_schema, schema, 1); schema 151 third_party/libxml/src/xmllint.c static char * schema = NULL; schema 1888 third_party/libxml/src/xmllint.c if (schema != NULL) { schema 1892 third_party/libxml/src/xmllint.c ret = xmlTextReaderSchemaValidate(reader, schema); schema 1895 third_party/libxml/src/xmllint.c "XSD schema %s failed to compile\n", schema); schema 1897 third_party/libxml/src/xmllint.c schema = NULL; schema 1945 third_party/libxml/src/xmllint.c if ((relaxng != NULL) || (schema != NULL)) { schema 3368 third_party/libxml/src/xmllint.c schema = argv[i]; schema 3538 third_party/libxml/src/xmllint.c } else if ((schema != NULL) schema 3548 third_party/libxml/src/xmllint.c ctxt = xmlSchemaNewParserCtxt(schema); schema 3556 third_party/libxml/src/xmllint.c "WXS schema %s failed to compile\n", schema); schema 3558 third_party/libxml/src/xmllint.c schema = NULL; schema 4083 third_party/libxml/src/xmlreader.c xmlTextReaderRelaxNGSetSchema(xmlTextReaderPtr reader, xmlRelaxNGPtr schema) { schema 4086 third_party/libxml/src/xmlreader.c if (schema == NULL) { schema 4107 third_party/libxml/src/xmlreader.c reader->rngValidCtxt = xmlRelaxNGNewValidCtxt(schema); schema 4142 third_party/libxml/src/xmlreader.c xmlTextReaderSetSchema(xmlTextReaderPtr reader, xmlSchemaPtr schema) { schema 4145 third_party/libxml/src/xmlreader.c if (schema == NULL) { schema 4178 third_party/libxml/src/xmlreader.c reader->xsdValidCtxt = xmlSchemaNewValidCtxt(schema); schema 299 third_party/libxml/src/xmlschemas.c #define WXS_SCHEMA(ctx) (ctx)->schema schema 440 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema; schema 602 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema; /* The main schema in use */ schema 971 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema; /* The schema in use */ schema 1052 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 1055 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 1063 third_party/libxml/src/xmlschemas.c xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 1073 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 1096 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 3519 third_party/libxml/src/xmlschemas.c if (WXS_IMPBUCKET(bucket)->schema != NULL) schema 3520 third_party/libxml/src/xmlschemas.c xmlSchemaFree(WXS_IMPBUCKET(bucket)->schema); schema 3580 third_party/libxml/src/xmlschemas.c WXS_IMPBUCKET(ret)->schema = mainSchema; schema 3596 third_party/libxml/src/xmlschemas.c WXS_IMPBUCKET(ret)->schema = xmlSchemaNewSchema(pctxt); schema 3597 third_party/libxml/src/xmlschemas.c if (WXS_IMPBUCKET(ret)->schema == NULL) { schema 3601 third_party/libxml/src/xmlschemas.c WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; schema 4091 third_party/libxml/src/xmlschemas.c xmlSchemaFree(xmlSchemaPtr schema) schema 4093 third_party/libxml/src/xmlschemas.c if (schema == NULL) schema 4096 third_party/libxml/src/xmlschemas.c if (schema->volatiles != NULL) schema 4103 third_party/libxml/src/xmlschemas.c if (schema->notaDecl != NULL) schema 4104 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->notaDecl, NULL); schema 4105 third_party/libxml/src/xmlschemas.c if (schema->attrDecl != NULL) schema 4106 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->attrDecl, NULL); schema 4107 third_party/libxml/src/xmlschemas.c if (schema->attrgrpDecl != NULL) schema 4108 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->attrgrpDecl, NULL); schema 4109 third_party/libxml/src/xmlschemas.c if (schema->elemDecl != NULL) schema 4110 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->elemDecl, NULL); schema 4111 third_party/libxml/src/xmlschemas.c if (schema->typeDecl != NULL) schema 4112 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->typeDecl, NULL); schema 4113 third_party/libxml/src/xmlschemas.c if (schema->groupDecl != NULL) schema 4114 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->groupDecl, NULL); schema 4115 third_party/libxml/src/xmlschemas.c if (schema->idcDef != NULL) schema 4116 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->idcDef, NULL); schema 4118 third_party/libxml/src/xmlschemas.c if (schema->schemasImports != NULL) schema 4119 third_party/libxml/src/xmlschemas.c xmlHashFree(schema->schemasImports, schema 4121 third_party/libxml/src/xmlschemas.c if (schema->includes != NULL) { schema 4122 third_party/libxml/src/xmlschemas.c xmlSchemaItemListPtr list = (xmlSchemaItemListPtr) schema->includes; schema 4129 third_party/libxml/src/xmlschemas.c if (schema->annot != NULL) schema 4130 third_party/libxml/src/xmlschemas.c xmlSchemaFreeAnnot(schema->annot); schema 4133 third_party/libxml/src/xmlschemas.c xmlDictFree(schema->dict); schema 4134 third_party/libxml/src/xmlschemas.c xmlFree(schema); schema 4483 third_party/libxml/src/xmlschemas.c xmlSchemaDump(FILE * output, xmlSchemaPtr schema) schema 4487 third_party/libxml/src/xmlschemas.c if (schema == NULL) { schema 4492 third_party/libxml/src/xmlschemas.c if (schema->name != NULL) schema 4493 third_party/libxml/src/xmlschemas.c fprintf(output, "%s, ", schema->name); schema 4496 third_party/libxml/src/xmlschemas.c if (schema->targetNamespace != NULL) schema 4497 third_party/libxml/src/xmlschemas.c fprintf(output, "%s", (const char *) schema->targetNamespace); schema 4501 third_party/libxml/src/xmlschemas.c if (schema->annot != NULL) schema 4502 third_party/libxml/src/xmlschemas.c xmlSchemaAnnotDump(output, schema->annot); schema 4503 third_party/libxml/src/xmlschemas.c xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump, schema 4505 third_party/libxml/src/xmlschemas.c xmlHashScanFull(schema->elemDecl, schema 4701 third_party/libxml/src/xmlschemas.c if (xmlStrEqual(nsName, schema->targetNamespace)) { \ schema 4702 third_party/libxml/src/xmlschemas.c ret = xmlHashLookup(schema->slot, name); \ schema 4705 third_party/libxml/src/xmlschemas.c if (xmlHashSize(schema->schemasImports) > 1) { \ schema 4708 third_party/libxml/src/xmlschemas.c import = xmlHashLookup(schema->schemasImports, \ schema 4711 third_party/libxml/src/xmlschemas.c import = xmlHashLookup(schema->schemasImports, nsName); \ schema 4714 third_party/libxml/src/xmlschemas.c ret = xmlHashLookup(import->schema->slot, name); \ schema 4728 third_party/libxml/src/xmlschemas.c xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, schema 4733 third_party/libxml/src/xmlschemas.c if ((name == NULL) || (schema == NULL)) schema 4735 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4762 third_party/libxml/src/xmlschemas.c xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, schema 4781 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4809 third_party/libxml/src/xmlschemas.c xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, schema 4814 third_party/libxml/src/xmlschemas.c if ((name == NULL) || (schema == NULL)) schema 4816 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4843 third_party/libxml/src/xmlschemas.c xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, schema 4848 third_party/libxml/src/xmlschemas.c if ((name == NULL) || (schema == NULL)) schema 4850 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4883 third_party/libxml/src/xmlschemas.c xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, schema 4888 third_party/libxml/src/xmlschemas.c if ((name == NULL) || (schema == NULL)) schema 4890 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4908 third_party/libxml/src/xmlschemas.c xmlSchemaGetNotation(xmlSchemaPtr schema, schema 4914 third_party/libxml/src/xmlschemas.c if ((name == NULL) || (schema == NULL)) schema 4916 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4924 third_party/libxml/src/xmlschemas.c xmlSchemaGetIDC(xmlSchemaPtr schema, schema 4930 third_party/libxml/src/xmlschemas.c if ((name == NULL) || (schema == NULL)) schema 4932 third_party/libxml/src/xmlschemas.c if (schema != NULL) { schema 4950 third_party/libxml/src/xmlschemas.c xmlSchemaGetNamedComponent(xmlSchemaPtr schema, schema 4957 third_party/libxml/src/xmlschemas.c return ((xmlSchemaBasicItemPtr) xmlSchemaGetGroup(schema, schema 4960 third_party/libxml/src/xmlschemas.c return ((xmlSchemaBasicItemPtr) xmlSchemaGetElem(schema, schema 5106 third_party/libxml/src/xmlschemas.c xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 5112 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (name == NULL)) schema 5143 third_party/libxml/src/xmlschemas.c xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 5149 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL)) schema 5255 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema ATTRIBUTE_UNUSED, schema 5347 third_party/libxml/src/xmlschemas.c xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 5354 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL)) schema 5445 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 5451 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL)) schema 5533 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 5540 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (name == NULL)) schema 5594 third_party/libxml/src/xmlschemas.c xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 5600 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (name == NULL)) schema 5636 third_party/libxml/src/xmlschemas.c xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 5641 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL)) schema 5770 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 5799 third_party/libxml/src/xmlschemas.c else if (schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) { schema 5851 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 5860 third_party/libxml/src/xmlschemas.c return (xmlSchemaPValAttrNodeQNameValue(ctxt, schema, schema 5882 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 5897 third_party/libxml/src/xmlschemas.c return (xmlSchemaPValAttrNodeQName(ctxt, schema, schema 6199 third_party/libxml/src/xmlschemas.c ctxt, xmlSchemaPtr schema, schema 6204 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 6209 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 6214 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 6219 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 6223 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node); schema 6391 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema ATTRIBUTE_UNUSED, schema 6448 third_party/libxml/src/xmlschemas.c xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 6457 third_party/libxml/src/xmlschemas.c item = xmlSchemaParseLocalAttribute(ctxt, schema, *child, schema 6460 third_party/libxml/src/xmlschemas.c item = xmlSchemaParseAttributeGroupRef(ctxt, schema, *child); schema 6611 third_party/libxml/src/xmlschemas.c xmlSchemaParseFacet(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 6618 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 6705 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema ATTRIBUTE_UNUSED, schema 6871 third_party/libxml/src/xmlschemas.c xmlSchemaParseAny(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 6881 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 6915 third_party/libxml/src/xmlschemas.c wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node); schema 6918 third_party/libxml/src/xmlschemas.c xmlSchemaParseWildcardNs(ctxt, schema, wild, node); schema 6963 third_party/libxml/src/xmlschemas.c xmlSchemaParseNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 6970 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 6978 third_party/libxml/src/xmlschemas.c ret = xmlSchemaAddNotation(ctxt, schema, name, schema 7012 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node) schema 7018 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 7021 third_party/libxml/src/xmlschemas.c ret = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY_ATTRIBUTE, schema 7048 third_party/libxml/src/xmlschemas.c if (xmlSchemaParseWildcardNs(ctxt, schema, ret, node) != 0) schema 7082 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 7102 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) schema 7106 third_party/libxml/src/xmlschemas.c if (xmlSchemaPValAttrNodeQName(pctxt, schema, schema 7110 third_party/libxml/src/xmlschemas.c if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0) schema 7135 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrNodeQName(pctxt, schema, NULL, schema 7238 third_party/libxml/src/xmlschemas.c if ((! hasForm) && (schema->flags & XML_SCHEMAS_QUALIF_ATTR)) schema 7286 third_party/libxml/src/xmlschemas.c attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); schema 7459 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(pctxt, schema, child, 0); schema 7474 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 7488 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) schema 7530 third_party/libxml/src/xmlschemas.c ret = xmlSchemaAddAttribute(pctxt, schema, attrValue, schema 7557 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrQName(pctxt, schema, NULL, schema 7601 third_party/libxml/src/xmlschemas.c ret->subtypes = xmlSchemaParseSimpleType(pctxt, schema, child, 0); schema 7627 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 7635 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) schema 7645 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrNodeQName(pctxt, schema, schema 7647 third_party/libxml/src/xmlschemas.c if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) schema 7758 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 7767 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) schema 7785 third_party/libxml/src/xmlschemas.c ret = xmlSchemaAddAttributeGroupDefinition(pctxt, schema, schema 7820 third_party/libxml/src/xmlschemas.c if (xmlSchemaParseLocalAttributes(pctxt, schema, &child, schema 7831 third_party/libxml/src/xmlschemas.c schema, child); schema 8286 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 8332 third_party/libxml/src/xmlschemas.c item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace, schema 8356 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrNodeQName(ctxt, schema, schema 8360 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, attr, schema 8435 third_party/libxml/src/xmlschemas.c xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 8449 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 8503 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrNodeQName(ctxt, schema, schema 8505 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); schema 8596 third_party/libxml/src/xmlschemas.c } else if (schema->flags & XML_SCHEMAS_QUALIF_ELEM) schema 8649 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrQName(ctxt, schema, schema 8659 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_EXTENSION) schema 8661 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION) schema 8685 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION) schema 8687 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION) schema 8689 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION) schema 8711 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrNodeQName(ctxt, schema, schema 8714 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, schema 8750 third_party/libxml/src/xmlschemas.c WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseComplexType(ctxt, schema, child, 0); schema 8765 third_party/libxml/src/xmlschemas.c WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseSimpleType(ctxt, schema, child, 0); schema 8771 third_party/libxml/src/xmlschemas.c curIDC = xmlSchemaParseIDC(ctxt, schema, child, schema 8774 third_party/libxml/src/xmlschemas.c curIDC = xmlSchemaParseIDC(ctxt, schema, child, schema 8777 third_party/libxml/src/xmlschemas.c curIDC = xmlSchemaParseIDC(ctxt, schema, child, schema 8833 third_party/libxml/src/xmlschemas.c xmlSchemaParseUnion(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 8841 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 8895 third_party/libxml/src/xmlschemas.c if (xmlSchemaPValAttrNodeQNameValue(ctxt, schema, schema 8955 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(ctxt, schema, child, 0); schema 9002 third_party/libxml/src/xmlschemas.c xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 9009 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 9049 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrQName(ctxt, schema, NULL, schema 9073 third_party/libxml/src/xmlschemas.c type->subtypes = xmlSchemaParseSimpleType(ctxt, schema, child, 0); schema 9113 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 9122 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 9177 third_party/libxml/src/xmlschemas.c type = xmlSchemaAddType(ctxt, schema, schema 9182 third_party/libxml/src/xmlschemas.c type = xmlSchemaAddType(ctxt, schema, schema 9212 third_party/libxml/src/xmlschemas.c type = xmlSchemaAddType(ctxt, schema, XML_SCHEMA_TYPE_SIMPLE, schema 9242 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION) schema 9244 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_LIST) schema 9246 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_UNION) schema 9282 third_party/libxml/src/xmlschemas.c xmlSchemaParseRestriction(ctxt, schema, child, schema 9287 third_party/libxml/src/xmlschemas.c xmlSchemaParseList(ctxt, schema, child); schema 9290 third_party/libxml/src/xmlschemas.c xmlSchemaParseUnion(ctxt, schema, child); schema 9328 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 9337 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 9346 third_party/libxml/src/xmlschemas.c } else if (xmlSchemaPValAttrNodeQName(ctxt, schema, NULL, schema 9350 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); schema 9430 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 9438 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 9452 third_party/libxml/src/xmlschemas.c item = xmlSchemaAddModelGroupDefinition(ctxt, schema, name, schema 9483 third_party/libxml/src/xmlschemas.c item->children = xmlSchemaParseModelGroup(ctxt, schema, child, schema 9487 third_party/libxml/src/xmlschemas.c item->children = xmlSchemaParseModelGroup(ctxt, schema, child, schema 9491 third_party/libxml/src/xmlschemas.c item->children = xmlSchemaParseModelGroup(ctxt, schema, child, schema 9584 third_party/libxml/src/xmlschemas.c xmlSchemaClearSchemaDefaults(xmlSchemaPtr schema) schema 9586 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_QUALIF_ELEM) schema 9587 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_QUALIF_ELEM; schema 9589 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_QUALIF_ATTR) schema 9590 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_QUALIF_ATTR; schema 9592 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_EXTENSION) schema 9593 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_FINAL_DEFAULT_EXTENSION; schema 9594 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION) schema 9595 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION; schema 9596 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_LIST) schema 9597 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_FINAL_DEFAULT_LIST; schema 9598 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_UNION) schema 9599 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_FINAL_DEFAULT_UNION; schema 9601 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION) schema 9602 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION; schema 9603 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION) schema 9604 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION; schema 9605 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION) schema 9606 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION; schema 9611 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 9651 third_party/libxml/src/xmlschemas.c res = xmlSchemaPValAttrFormDefault(val, &schema->flags, schema 9664 third_party/libxml/src/xmlschemas.c res = xmlSchemaPValAttrFormDefault(val, &schema->flags, schema 9677 third_party/libxml/src/xmlschemas.c res = xmlSchemaPValAttrBlockFinal(val, &(schema->flags), -1, schema 9695 third_party/libxml/src/xmlschemas.c res = xmlSchemaPValAttrBlockFinal(val, &(schema->flags), -1, schema 9728 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr nodes) schema 9734 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (nodes == NULL)) schema 9745 third_party/libxml/src/xmlschemas.c if (schema->annot == NULL) schema 9746 third_party/libxml/src/xmlschemas.c schema->annot = annot; schema 9751 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseImport(ctxt, schema, child); schema 9758 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseInclude(ctxt, schema, child); schema 9765 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseRedefine(ctxt, schema, child); schema 9779 third_party/libxml/src/xmlschemas.c xmlSchemaParseComplexType(ctxt, schema, child, 1); schema 9782 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(ctxt, schema, child, 1); schema 9785 third_party/libxml/src/xmlschemas.c xmlSchemaParseElement(ctxt, schema, child, NULL, 1); schema 9788 third_party/libxml/src/xmlschemas.c xmlSchemaParseGlobalAttribute(ctxt, schema, child); schema 9791 third_party/libxml/src/xmlschemas.c xmlSchemaParseAttributeGroupDefinition(ctxt, schema, child); schema 9794 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroupDefinition(ctxt, schema, child); schema 9797 third_party/libxml/src/xmlschemas.c xmlSchemaParseNotation(ctxt, schema, child); schema 9813 third_party/libxml/src/xmlschemas.c if (schema->annot == NULL) schema 9814 third_party/libxml/src/xmlschemas.c schema->annot = annot; schema 9970 third_party/libxml/src/xmlschemas.c if (vctxt->schema != NULL) schema 9972 third_party/libxml/src/xmlschemas.c xmlSchemaNewParserCtxtUseDict("*", vctxt->schema->dict); schema 10077 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 10092 third_party/libxml/src/xmlschemas.c oldFlags = schema->flags; schema 10093 third_party/libxml/src/xmlschemas.c oldDoc = schema->doc; schema 10094 third_party/libxml/src/xmlschemas.c if (schema->flags != 0) schema 10095 third_party/libxml/src/xmlschemas.c xmlSchemaClearSchemaDefaults(schema); schema 10096 third_party/libxml/src/xmlschemas.c schema->doc = bucket->doc; schema 10097 third_party/libxml/src/xmlschemas.c pctxt->schema = schema; schema 10116 third_party/libxml/src/xmlschemas.c ret = xmlSchemaParseSchemaElement(pctxt, schema, node); schema 10123 third_party/libxml/src/xmlschemas.c ret = xmlSchemaParseSchemaTopLevel(pctxt, schema, node->children); schema 10139 third_party/libxml/src/xmlschemas.c schema->doc = oldDoc; schema 10140 third_party/libxml/src/xmlschemas.c schema->flags = oldFlags; schema 10146 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 10180 third_party/libxml/src/xmlschemas.c newpctxt->schema = schema; schema 10188 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket); schema 10687 third_party/libxml/src/xmlschemas.c xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, schema 10697 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) schema 10827 third_party/libxml/src/xmlschemas.c ret = xmlSchemaParseNewDoc(pctxt, schema, bucket); schema 10835 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 10842 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL) || schema 10931 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 10941 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) schema 10948 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseIncludeOrRedefineAttrs(pctxt, schema, schema 11061 third_party/libxml/src/xmlschemas.c if ((schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) == 0) { schema 11062 third_party/libxml/src/xmlschemas.c schema->flags |= XML_SCHEMAS_INCLUDING_CONVERT_NS; schema 11066 third_party/libxml/src/xmlschemas.c xmlSchemaParseNewDoc(pctxt, schema, bucket); schema 11069 third_party/libxml/src/xmlschemas.c schema->flags ^= XML_SCHEMAS_INCLUDING_CONVERT_NS; schema 11094 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(pctxt, schema, child, 1); schema 11096 third_party/libxml/src/xmlschemas.c xmlSchemaParseComplexType(pctxt, schema, child, 1); schema 11101 third_party/libxml/src/xmlschemas.c schema, child); schema 11104 third_party/libxml/src/xmlschemas.c xmlSchemaParseAttributeGroupDefinition(pctxt, schema, schema 11138 third_party/libxml/src/xmlschemas.c xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, schema 11146 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseIncludeOrRedefine(pctxt, schema, node, schema 11154 third_party/libxml/src/xmlschemas.c xmlSchemaParseInclude(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, schema 11159 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseIncludeOrRedefine(pctxt, schema, node, schema 11192 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 11202 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 11207 third_party/libxml/src/xmlschemas.c item = xmlSchemaAddModelGroup(ctxt, schema, type, node); schema 11283 third_party/libxml/src/xmlschemas.c schema, child, &isElemRef, 0); schema 11336 third_party/libxml/src/xmlschemas.c xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0); schema 11341 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroupDefRef(ctxt, schema, child); schema 11408 third_party/libxml/src/xmlschemas.c xmlSchemaParseAny(ctxt, schema, child); schema 11410 third_party/libxml/src/xmlschemas.c part = xmlSchemaParseModelGroup(ctxt, schema, child, schema 11413 third_party/libxml/src/xmlschemas.c part = xmlSchemaParseModelGroup(ctxt, schema, child, schema 11458 third_party/libxml/src/xmlschemas.c xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 11465 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 11504 third_party/libxml/src/xmlschemas.c if (xmlSchemaPValAttrQName(ctxt, schema, NULL, node, "base", schema 11574 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(ctxt, schema, child, 0); schema 11593 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, child, schema 11599 third_party/libxml/src/xmlschemas.c schema, child, XML_SCHEMA_TYPE_CHOICE, 1); schema 11603 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, child, schema 11611 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroupDefRef(ctxt, schema, child); schema 11631 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleType(ctxt, schema, child, 0); schema 11666 third_party/libxml/src/xmlschemas.c facet = xmlSchemaParseFacet(ctxt, schema, child); schema 11707 third_party/libxml/src/xmlschemas.c if (xmlSchemaParseLocalAttributes(ctxt, schema, &child, schema 11716 third_party/libxml/src/xmlschemas.c xmlSchemaParseAnyAttribute(ctxt, schema, child); schema 11762 third_party/libxml/src/xmlschemas.c xmlSchemaParseExtension(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 11769 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 11798 third_party/libxml/src/xmlschemas.c if ((xmlSchemaPValAttrQName(ctxt, schema, NULL, node, schema 11825 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, schema 11830 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, schema 11835 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, schema 11840 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroupDefRef(ctxt, schema, child); schema 11852 third_party/libxml/src/xmlschemas.c if (xmlSchemaParseLocalAttributes(ctxt, schema, &child, schema 11861 third_party/libxml/src/xmlschemas.c xmlSchemaParseAnyAttribute(ctxt, schema, child); schema 11898 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node, schema 11905 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || schema 11956 third_party/libxml/src/xmlschemas.c xmlSchemaParseRestriction(ctxt, schema, child, schema 11961 third_party/libxml/src/xmlschemas.c xmlSchemaParseExtension(ctxt, schema, child, schema 11988 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node, schema 11995 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || schema 12051 third_party/libxml/src/xmlschemas.c xmlSchemaParseRestriction(ctxt, schema, child, schema 12056 third_party/libxml/src/xmlschemas.c xmlSchemaParseExtension(ctxt, schema, child, schema 12082 third_party/libxml/src/xmlschemas.c xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, schema 12096 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) schema 12119 third_party/libxml/src/xmlschemas.c type = xmlSchemaAddType(ctxt, schema, schema 12124 third_party/libxml/src/xmlschemas.c type = xmlSchemaAddType(ctxt, schema, schema 12140 third_party/libxml/src/xmlschemas.c type = xmlSchemaAddType(ctxt, schema, schema 12237 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION) schema 12239 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION) schema 12246 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION) schema 12248 third_party/libxml/src/xmlschemas.c if (schema->flags & XML_SCHEMAS_FINAL_DEFAULT_EXTENSION) schema 12269 third_party/libxml/src/xmlschemas.c xmlSchemaParseSimpleContent(ctxt, schema, child, schema 12277 third_party/libxml/src/xmlschemas.c xmlSchemaParseComplexContent(ctxt, schema, child, schema 12297 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, child, schema 12302 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, child, schema 12307 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroup(ctxt, schema, child, schema 12312 third_party/libxml/src/xmlschemas.c xmlSchemaParseModelGroupDefRef(ctxt, schema, child); schema 12322 third_party/libxml/src/xmlschemas.c if (xmlSchemaParseLocalAttributes(ctxt, schema, &child, schema 12330 third_party/libxml/src/xmlschemas.c type->attributeWildcard = xmlSchemaParseAnyAttribute(ctxt, schema, child); schema 13189 third_party/libxml/src/xmlschemas.c type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType, schema 13207 third_party/libxml/src/xmlschemas.c substHead = xmlSchemaGetElem(ctxt->schema, elemDecl->substGroup, schema 13279 third_party/libxml/src/xmlschemas.c memberType = xmlSchemaGetType(ctxt->schema, name, nsName); schema 15002 third_party/libxml/src/xmlschemas.c typeDef->baseType = xmlSchemaGetType(ctxt->schema, schema 15026 third_party/libxml/src/xmlschemas.c typeDef->subtypes = xmlSchemaGetType(ctxt->schema, schema 15067 third_party/libxml/src/xmlschemas.c WXS_MODEL_GROUPDEF_CAST xmlSchemaGetNamedComponent(ctxt->schema, schema 18197 third_party/libxml/src/xmlschemas.c content = xmlSchemaAddType(pctxt, pctxt->schema, schema 18201 third_party/libxml/src/xmlschemas.c content = xmlSchemaAddType(pctxt, pctxt->schema, schema 18339 third_party/libxml/src/xmlschemas.c xmlSchemaAddModelGroup(pctxt, pctxt->schema, schema 18464 third_party/libxml/src/xmlschemas.c xmlSchemaAddModelGroup(pctxt, pctxt->schema, schema 18827 third_party/libxml/src/xmlschemas.c pctxt->vctxt->schema = pctxt->schema; schema 18833 third_party/libxml/src/xmlschemas.c pctxt->vctxt->schema = NULL; schema 19201 third_party/libxml/src/xmlschemas.c tmpWild = xmlSchemaAddWildcard(pctxt, pctxt->schema, schema 19427 third_party/libxml/src/xmlschemas.c group = xmlSchemaGetAttributeGroup(ctxt->schema, schema 20012 third_party/libxml/src/xmlschemas.c refItem = xmlSchemaGetNamedComponent(ctxt->schema, schema 20151 third_party/libxml/src/xmlschemas.c ause->attrDecl = xmlSchemaGetAttributeDecl(ctxt->schema, schema 20301 third_party/libxml/src/xmlschemas.c type = xmlSchemaGetType(ctxt->schema, item->typeName, schema 20340 third_party/libxml/src/xmlschemas.c xmlSchemaGetIDC(pctxt->schema, idc->ref->name, schema 20398 third_party/libxml/src/xmlschemas.c if (xmlSchemaGetAttributeDecl(pctxt->schema, prohib->name, schema 20683 third_party/libxml/src/xmlschemas.c table = &(WXS_IMPBUCKET((c))->schema->slot); \ schema 20685 third_party/libxml/src/xmlschemas.c table = &(WXS_INCBUCKET((c))->ownerImport->schema->slot); } schema 21334 third_party/libxml/src/xmlschemas.c ctxt->schema = mainSchema; schema 21355 third_party/libxml/src/xmlschemas.c ctxt->schema = NULL; schema 21373 third_party/libxml/src/xmlschemas.c ctxt->schema = NULL; schema 21563 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 21572 third_party/libxml/src/xmlschemas.c if ((vctxt == NULL) || (schema == NULL)) schema 21632 third_party/libxml/src/xmlschemas.c ret = xmlSchemaParseNewDocWithContext(pctxt, schema, bucket); schema 21740 third_party/libxml/src/xmlschemas.c nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur); schema 21767 third_party/libxml/src/xmlschemas.c location = xmlDictLookup(vctxt->schema->dict, cur, end - cur); schema 21769 third_party/libxml/src/xmlschemas.c ret = xmlSchemaAssembleByLocation(vctxt, vctxt->schema, schema 21843 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, schema 21851 third_party/libxml/src/xmlschemas.c if (vctxt && (vctxt->schema == NULL)) { schema 21883 third_party/libxml/src/xmlschemas.c if (xmlSchemaGetNotation(schema, localName, nsName) != NULL) { schema 21895 third_party/libxml/src/xmlschemas.c if (xmlSchemaGetNotation(schema, value, NULL) != NULL) { schema 21989 third_party/libxml/src/xmlschemas.c if (imported->schema->idcDef != NULL) { schema 21990 third_party/libxml/src/xmlschemas.c xmlHashScan(imported->schema->idcDef , schema 24524 third_party/libxml/src/xmlschemas.c ((xmlSchemaValidCtxtPtr) actxt)->schema, schema 24545 third_party/libxml/src/xmlschemas.c ((xmlSchemaParserCtxtPtr) actxt)->schema, node, schema 24881 third_party/libxml/src/xmlschemas.c *localType = xmlSchemaGetType(vctxt->schema, local, nsName); schema 25348 third_party/libxml/src/xmlschemas.c iattr->decl = xmlSchemaGetAttributeDecl(vctxt->schema, schema 25796 third_party/libxml/src/xmlschemas.c decl = xmlSchemaGetElem(vctxt->schema, schema 26470 third_party/libxml/src/xmlschemas.c vctxt->inode->decl = xmlSchemaGetElem(vctxt->schema, schema 26842 third_party/libxml/src/xmlschemas.c vctxt->inode->decl = xmlSchemaGetElem(vctxt->schema, schema 27429 third_party/libxml/src/xmlschemas.c xmlSchemaNewValidCtxt(xmlSchemaPtr schema) schema 27442 third_party/libxml/src/xmlschemas.c ret->schema = schema; schema 27961 third_party/libxml/src/xmlschemas.c if (vctxt->schema == NULL) { schema 27979 third_party/libxml/src/xmlschemas.c vctxt->schema = xmlSchemaNewSchema(pctxt); schema 27980 third_party/libxml/src/xmlschemas.c if (vctxt->schema == NULL) schema 27988 third_party/libxml/src/xmlschemas.c pctxt->constructor->mainSchema = vctxt->schema; schema 27998 third_party/libxml/src/xmlschemas.c xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt); schema 28006 third_party/libxml/src/xmlschemas.c if (vctxt->schema != NULL) { schema 28007 third_party/libxml/src/xmlschemas.c xmlSchemaFree(vctxt->schema); schema 28008 third_party/libxml/src/xmlschemas.c vctxt->schema = NULL; schema 28069 third_party/libxml/src/xmlschemas.c if (ctxt->schema == NULL) schema 1946 third_party/sqlite/src/ext/fts1/fts1.c char *schema; schema 1986 third_party/sqlite/src/ext/fts1/fts1.c schema = fulltextSchema(v->nColumn, (const char*const*)v->azColumn, schema 1988 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_declare_vtab(db, schema); schema 1989 third_party/sqlite/src/ext/fts1/fts1.c sqlite3_free(schema); schema 2060 third_party/sqlite/src/ext/fts1/fts1.c StringBuffer schema; schema 2066 third_party/sqlite/src/ext/fts1/fts1.c initStringBuffer(&schema); schema 2067 third_party/sqlite/src/ext/fts1/fts1.c append(&schema, "CREATE TABLE %_content("); schema 2068 third_party/sqlite/src/ext/fts1/fts1.c appendList(&schema, spec.nColumn, spec.azContentColumn); schema 2069 third_party/sqlite/src/ext/fts1/fts1.c append(&schema, ")"); schema 2070 third_party/sqlite/src/ext/fts1/fts1.c rc = sql_exec(db, spec.zDb, spec.zName, schema.s); schema 2071 third_party/sqlite/src/ext/fts1/fts1.c free(schema.s); schema 2992 third_party/sqlite/src/ext/fts2/fts2.c char *schema; schema 3039 third_party/sqlite/src/ext/fts2/fts2.c schema = fulltextSchema(v->nColumn, (const char*const*)v->azColumn, schema 3041 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_declare_vtab(db, schema); schema 3042 third_party/sqlite/src/ext/fts2/fts2.c sqlite3_free(schema); schema 3087 third_party/sqlite/src/ext/fts2/fts2.c StringBuffer schema; schema 3093 third_party/sqlite/src/ext/fts2/fts2.c initStringBuffer(&schema); schema 3094 third_party/sqlite/src/ext/fts2/fts2.c append(&schema, "CREATE TABLE %_content("); schema 3095 third_party/sqlite/src/ext/fts2/fts2.c appendList(&schema, spec.nColumn, spec.azContentColumn); schema 3096 third_party/sqlite/src/ext/fts2/fts2.c append(&schema, ")"); schema 3097 third_party/sqlite/src/ext/fts2/fts2.c rc = sql_exec(db, spec.zDb, spec.zName, stringBufferData(&schema)); schema 3098 third_party/sqlite/src/ext/fts2/fts2.c stringBufferDestroy(&schema);