Searched defs:has_new_schemas (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dforwarding_policy_provider.cc62 void ForwardingPolicyProvider::OnSchemaRegistryUpdated(bool has_new_schemas) { argument
65 if (has_new_schemas) {
H A Dconfiguration_policy_provider.cc72 bool has_new_schemas) {}
71 OnSchemaRegistryUpdated( bool has_new_schemas) argument
H A Dschema_registry.cc94 void SchemaRegistry::Notify(bool has_new_schemas) { argument
96 Observer, observers_, OnSchemaRegistryUpdated(has_new_schemas));
142 void CombinedSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { argument
143 Combine(has_new_schemas);
162 void CombinedSchemaRegistry::Combine(bool has_new_schemas) { argument
188 Notify(has_new_schemas);
222 void ForwardingSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { argument
224 Notify(has_new_schemas);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_stub.cc36 bool has_new_schemas) {}
35 OnSchemaRegistryUpdated( bool has_new_schemas) argument
H A Dcomponent_cloud_policy_service.cc283 bool has_new_schemas) {
282 OnSchemaRegistryUpdated( bool has_new_schemas) argument

Completed in 1710 milliseconds