Searched refs:OnSchemaRegistryReady (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dforwarding_policy_provider.h37 // and OnSchemaRegistryReady() are not forwarded either. It is assumed that
49 virtual void OnSchemaRegistryReady() OVERRIDE;
H A Dforwarding_policy_provider.cc27 OnSchemaRegistryReady();
42 void ForwardingPolicyProvider::OnSchemaRegistryReady() { function in class:policy::ForwardingPolicyProvider
H A Dschema_registry.h40 virtual void OnSchemaRegistryReady() = 0;
116 virtual void OnSchemaRegistryReady() OVERRIDE;
148 virtual void OnSchemaRegistryReady() OVERRIDE;
H A Dconfiguration_policy_provider.cc74 void ConfigurationPolicyProvider::OnSchemaRegistryReady() {} function in class:policy::ConfigurationPolicyProvider
H A Dconfiguration_policy_provider.h75 virtual void OnSchemaRegistryReady() OVERRIDE;
H A Dschema_registry_unittest.cc49 MOCK_METHOD0(OnSchemaRegistryReady, void());
117 EXPECT_CALL(observer, OnSchemaRegistryReady()).Times(0);
122 EXPECT_CALL(observer, OnSchemaRegistryReady());
126 EXPECT_CALL(observer, OnSchemaRegistryReady()).Times(0);
292 EXPECT_CALL(observer, OnSchemaRegistryReady());
H A Dschema_registry.cc75 FOR_EACH_OBSERVER(Observer, observers_, OnSchemaRegistryReady());
146 void CombinedSchemaRegistry::OnSchemaRegistryReady() { function in class:policy::CombinedSchemaRegistry
227 void ForwardingSchemaRegistry::OnSchemaRegistryReady() { function in class:policy::ForwardingSchemaRegistry
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_stub.cc33 void ComponentCloudPolicyService::OnSchemaRegistryReady() {} function in class:policy::ComponentCloudPolicyService
H A Dcomponent_cloud_policy_service.h101 virtual void OnSchemaRegistryReady() OVERRIDE;
H A Dcomponent_cloud_policy_service.cc277 void ComponentCloudPolicyService::OnSchemaRegistryReady() { function in class:policy::ComponentCloudPolicyService
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_apitest.cc70 MOCK_METHOD0(OnSchemaRegistryReady, void());

Completed in 107 milliseconds