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.cc 13 SchemaRegistryService::SchemaRegistryService(
27 SchemaRegistryService::~SchemaRegistryService() {}
schema_registry_service.h 19 class SchemaRegistryService : public KeyedService {
24 SchemaRegistryService(scoped_ptr<SchemaRegistry> registry,
27 virtual ~SchemaRegistryService();
34 DISALLOW_COPY_AND_ASSIGN(SchemaRegistryService);
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(
71 typedef std::map<content::BrowserContext*, SchemaRegistryService*>
schema_registry_service_factory.cc 65 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContext(
71 scoped_ptr<SchemaRegistryService>
82 "SchemaRegistryService",
87 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContextInternal(
99 scoped_ptr<SchemaRegistryService>
123 scoped_ptr<SchemaRegistryService> service(new SchemaRegistryService(
  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 51 class SchemaRegistryService;
220 scoped_ptr<policy::SchemaRegistryService> schema_registry_service_;
  /external/chromium_org/chrome/test/base/
testing_profile.h 33 class SchemaRegistryService;
396 scoped_ptr<policy::SchemaRegistryService> schema_registry_service_;

Completed in 241 milliseconds