Home
last modified time | relevance | path

Searched refs:has_new_schemas (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema_registry.cc118 void SchemaRegistry::Notify(bool has_new_schemas) { in Notify() argument
121 observer.OnSchemaRegistryUpdated(has_new_schemas); in Notify()
169 void CombinedSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { in OnSchemaRegistryUpdated() argument
171 Combine(has_new_schemas); in OnSchemaRegistryUpdated()
187 void CombinedSchemaRegistry::Combine(bool has_new_schemas) { in Combine() argument
214 Notify(has_new_schemas); in Combine()
251 void ForwardingSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { in OnSchemaRegistryUpdated() argument
254 Notify(has_new_schemas); in OnSchemaRegistryUpdated()
Dschema_registry.h37 virtual void OnSchemaRegistryUpdated(bool has_new_schemas) = 0;
92 void Notify(bool has_new_schemas);
123 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
129 void Combine(bool has_new_schemas);
154 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
Dschema_registry_tracking_policy_provider.cc65 bool has_new_schemas) { in OnSchemaRegistryUpdated() argument
68 if (has_new_schemas) { in OnSchemaRegistryUpdated()
Dschema_registry_tracking_policy_provider.h72 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
Dconfiguration_policy_provider.h75 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
Dconfiguration_policy_provider.cc71 bool has_new_schemas) {} in OnSchemaRegistryUpdated() argument