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

  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_extension_tracker.h 24 SchemaRegistry* schema_registry);
device_local_account_extension_tracker.cc 15 #include "components/policy/core/common/schema_registry.h"
23 SchemaRegistry* schema_registry)
25 schema_registry_(schema_registry) {
device_local_account_policy_service.h 27 #include "components/policy/core/common/schema_registry.h"
90 SchemaRegistry* schema_registry() { return &schema_registry_; } function in class:policy::DeviceLocalAccountPolicyBroker
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector_stub.cc 17 SchemaRegistry* schema_registry,
profile_policy_connector.cc 61 SchemaRegistry* schema_registry,
89 forwarding_policy_provider_->Init(schema_registry);
103 DCHECK(schema_registry);
116 special_user_policy_provider_->Init(schema_registry);
profile_policy_connector.h 37 SchemaRegistry* schema_registry,
profile_policy_connector_factory.cc 98 SchemaRegistry* schema_registry = NULL; local
102 schema_registry =
127 schema_registry,
schema_registry_service_factory.cc 11 #include "components/policy/core/common/schema_registry.h"
116 registry.reset(new ForwardingSchemaRegistry(broker->schema_registry()));
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider.h 14 #include "components/policy/core/common/schema_registry.h"
44 // the |schema_registry| whose domain is supported by this provider.
83 SchemaRegistry* schema_registry() const;
configuration_policy_provider.cc 54 SchemaRegistry* ConfigurationPolicyProvider::schema_registry() const { function in class:policy::ConfigurationPolicyProvider
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service_stub.cc 16 SchemaRegistry* schema_registry,
cloud_policy_manager.cc 113 DCHECK(schema_registry());
130 schema_registry(),
component_cloud_policy_service.h 19 #include "components/policy/core/common/schema_registry.h"
60 // |schema_registry| is used to get the list of components to fetch cloud
77 SchemaRegistry* schema_registry,
component_cloud_policy_service.cc 204 SchemaRegistry* schema_registry,
211 schema_registry_(schema_registry),
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_web_view.js 10 requireNative('schema_registry').GetSchema('declarativeWebRequest');
15 requireNative('schema_registry').GetSchema('webRequest');
web_view_request_custom_bindings.js 10 requireNative('schema_registry').GetSchema('declarativeWebRequest');
chrome_web_view_experimental.js 12 requireNative('schema_registry').GetSchema('contextMenus');
20 requireNative('schema_registry').GetSchema('chromeWebViewInternal');
  /external/chromium_org/extensions/renderer/resources/
utils.js 7 var schemaRegistry = requireNative('schema_registry');
binding.js 13 var schemaRegistry = requireNative('schema_registry');
event.js 8 var schemaRegistry = requireNative('schema_registry');

Completed in 1381 milliseconds