Home
last modified time | relevance | path

Searched refs:global_registry (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/policy/
Dschema_registry_service.cc15 CombinedSchemaRegistry* global_registry) in SchemaRegistryService() argument
16 : global_registry_(global_registry) { in SchemaRegistryService()
21 global_registry->Track(this); in SchemaRegistryService()
Dschema_registry_service_factory.cc32 CombinedSchemaRegistry* global_registry) { in CreateForContext() argument
34 context, chrome_schema, global_registry); in CreateForContext()
60 CombinedSchemaRegistry* global_registry) { in CreateForContextInternal() argument
64 new SchemaRegistryService(chrome_schema, global_registry); in CreateForContextInternal()
Dschema_registry_service_factory.h45 CombinedSchemaRegistry* global_registry);
59 CombinedSchemaRegistry* global_registry);
Dschema_registry_service.h26 CombinedSchemaRegistry* global_registry);