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

/external/chromium_org/extensions/browser/api/declarative/
H A Drules_registry_service.h37 class RulesRegistryService : public BrowserContextKeyedAPI, class in namespace:extensions
56 explicit RulesRegistryService(content::BrowserContext* context);
57 virtual ~RulesRegistryService();
64 static BrowserContextKeyedAPIFactory<RulesRegistryService>*
67 // Convenience method to get the RulesRegistryService for a context.
68 static RulesRegistryService* Get(content::BrowserContext* context);
95 friend class BrowserContextKeyedAPIFactory<RulesRegistryService>;
129 return "RulesRegistryService";
151 DISALLOW_COPY_AND_ASSIGN(RulesRegistryService);
H A Drules_registry_service.cc33 const RulesRegistryService::WebViewKey& webview_key,
39 bool IsWebView(const RulesRegistryService::WebViewKey& webview_key) {
45 RulesRegistryService::RulesRegistryService(content::BrowserContext* context) function in class:extensions::RulesRegistryService
58 RulesRegistryService::~RulesRegistryService() {}
60 void RulesRegistryService::EnsureDefaultRulesRegistriesRegistered(
103 void RulesRegistryService::Shutdown() {
118 static base::LazyInstance<BrowserContextKeyedAPIFactory<RulesRegistryService> >
122 BrowserContextKeyedAPIFactory<RulesRegistryService>*
[all...]

Completed in 69 milliseconds