HomeSort by relevance Sort by last modified time
    Searched defs:RulesRegistryService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.cc 35 RulesRegistryService::RulesRegistryService(Profile* profile)
45 RulesRegistryService::~RulesRegistryService() {}
47 void RulesRegistryService::RegisterDefaultRulesRegistries() {
69 void RulesRegistryService::Shutdown() {
83 static base::LazyInstance<ProfileKeyedAPIFactory<RulesRegistryService> >
87 ProfileKeyedAPIFactory<RulesRegistryService>*
88 RulesRegistryService::GetFactoryInstance() {
93 RulesRegistryService* RulesRegistryService::Get(Profile* profile)
    [all...]
rules_registry_service.h 38 class RulesRegistryService : public ProfileKeyedAPI,
41 explicit RulesRegistryService(Profile* profile);
42 virtual ~RulesRegistryService();
49 static ProfileKeyedAPIFactory<RulesRegistryService>* GetFactoryInstance();
51 // Convenience method to get the RulesRegistryService for a profile.
52 static RulesRegistryService* Get(Profile* profile);
73 friend class ProfileKeyedAPIFactory<RulesRegistryService>;
90 return "RulesRegistryService";
108 DISALLOW_COPY_AND_ASSIGN(RulesRegistryService);

Completed in 224 milliseconds