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

/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h34 class SchemaRegistryService;
410 scoped_ptr<policy::SchemaRegistryService> schema_registry_service_;
/external/chromium_org/chrome/browser/policy/
H A Dschema_registry_service.cc13 SchemaRegistryService::SchemaRegistryService( function in class:policy::SchemaRegistryService
27 SchemaRegistryService::~SchemaRegistryService() {}
H A Dschema_registry_service.h19 class SchemaRegistryService : public KeyedService { class in namespace:policy
24 SchemaRegistryService(scoped_ptr<SchemaRegistry> registry,
27 virtual ~SchemaRegistryService();
34 DISALLOW_COPY_AND_ASSIGN(SchemaRegistryService);
H A Dschema_registry_service_factory.cc65 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContext(
71 scoped_ptr<SchemaRegistryService>
82 "SchemaRegistryService",
87 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContextInternal(
99 scoped_ptr<SchemaRegistryService>
123 scoped_ptr<SchemaRegistryService> service(new SchemaRegistryService(
H A Dschema_registry_service_factory.h24 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(
71 typedef std::map<content::BrowserContext*, SchemaRegistryService*>
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h60 class SchemaRegistryService;
229 scoped_ptr<policy::SchemaRegistryService> schema_registry_service_;

Completed in 125 milliseconds