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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.cc 33 const RulesRegistryService::WebViewKey& webview_key,
39 bool IsWebView(const RulesRegistryService::WebViewKey& webview_key) {
45 RulesRegistryService::RulesRegistryService(content::BrowserContext* context)
58 RulesRegistryService::~RulesRegistryService() {}
60 void RulesRegistryService::EnsureDefaultRulesRegistriesRegistered(
104 void RulesRegistryService::Shutdown() {
119 static base::LazyInstance<BrowserContextKeyedAPIFactory<RulesRegistryService> >
123 BrowserContextKeyedAPIFactory<RulesRegistryService>*
    [all...]
rules_registry_service.h 41 class RulesRegistryService : public BrowserContextKeyedAPI,
60 explicit RulesRegistryService(content::BrowserContext* context);
61 virtual ~RulesRegistryService();
68 static BrowserContextKeyedAPIFactory<RulesRegistryService>*
71 // Convenience method to get the RulesRegistryService for a profile.
72 static RulesRegistryService* Get(content::BrowserContext* context);
100 friend class BrowserContextKeyedAPIFactory<RulesRegistryService>;
132 return "RulesRegistryService";
154 DISALLOW_COPY_AND_ASSIGN(RulesRegistryService);
declarative_api.cc 87 RulesRegistryService::WebViewKey key(
90 RulesRegistryService* rules_registry_service =
91 RulesRegistryService::Get(GetProfile());
declarative_apitest.cc 30 using extensions::RulesRegistryService;
114 RulesRegistryService* rules_registry_service =
115 extensions::RulesRegistryService::Get(browser()->profile());
rules_registry_service_unittest.cc 67 RulesRegistryService registry_service(NULL);
131 RulesRegistryService registry_service(NULL);
155 RulesRegistryService registry_service(&profile);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h 46 class RulesRegistryService;
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 40 class RulesRegistryService;
  /external/chromium_org/chrome/browser/extensions/
tab_helper.cc 252 RulesRegistryService::Get(profile_)) {
253 RulesRegistryService::Get(profile_)->content_rules_registry()->
467 RulesRegistryService::Get(profile_)) {
468 RulesRegistryService::Get(profile_)->content_rules_registry()->Apply(
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 175 const extensions::RulesRegistryService::WebViewKey& webview_key,
460 typedef std::pair<void*, extensions::RulesRegistryService::WebViewKey>
web_request_api.cc 84 using extensions::RulesRegistryService;
709 const RulesRegistryService::WebViewKey& webview_key,
    [all...]

Completed in 61 milliseconds