HomeSort by relevance Sort by last modified time
    Searched refs:SchemaRegistryService (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/policy/
schema_registry_service.h 19 class SchemaRegistryService : public SchemaRegistry,
25 SchemaRegistryService(const Schema& chrome_schema,
27 virtual ~SchemaRegistryService();
35 DISALLOW_COPY_AND_ASSIGN(SchemaRegistryService);
schema_registry_service.cc 13 SchemaRegistryService::SchemaRegistryService(
24 SchemaRegistryService::~SchemaRegistryService() {}
26 void SchemaRegistryService::Shutdown() {
schema_registry_service_factory.h 24 class SchemaRegistryService;
35 // Returns the SchemaRegistryService associated with |context|. This is only
37 static SchemaRegistryService* GetForContext(content::BrowserContext* context);
39 // Creates a new SchemaRegistryService for |context|, which must be managed
42 static scoped_ptr<SchemaRegistryService> CreateForContext(
53 SchemaRegistryService* GetForContextInternal(
56 scoped_ptr<SchemaRegistryService> CreateForContextInternal(
70 typedef std::map<content::BrowserContext*, SchemaRegistryService*>
schema_registry_service_factory.cc 22 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContext(
28 scoped_ptr<SchemaRegistryService>
39 "SchemaRegistryService",
44 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContextInternal(
56 scoped_ptr<SchemaRegistryService>
63 SchemaRegistryService* registry =
64 new SchemaRegistryService(chrome_schema, global_registry);
  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 46 class SchemaRegistryService;
217 scoped_ptr<policy::SchemaRegistryService> schema_registry_service_;
  /external/chromium_org/chrome/test/base/
testing_profile.h 36 class SchemaRegistryService;
411 scoped_ptr<policy::SchemaRegistryService> schema_registry_service_;

Completed in 511 milliseconds