Searched defs:global_registry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/policy/
H A Dschema_registry_service.cc16 CombinedSchemaRegistry* global_registry)
23 if (global_registry)
24 global_registry->Track(registry_.get());
13 SchemaRegistryService( scoped_ptr<SchemaRegistry> registry, const Schema& chrome_schema, CombinedSchemaRegistry* global_registry) argument
H A Dschema_registry_service_factory.cc75 CombinedSchemaRegistry* global_registry) {
77 context, chrome_schema, global_registry);
103 CombinedSchemaRegistry* global_registry) {
124 registry.Pass(), chrome_schema, global_registry));
72 CreateForContext( content::BrowserContext* context, const Schema& chrome_schema, CombinedSchemaRegistry* global_registry) argument
100 CreateForContextInternal( content::BrowserContext* context, const Schema& chrome_schema, CombinedSchemaRegistry* global_registry) argument

Completed in 552 milliseconds