Searched defs:webview_key (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/browser/api/declarative_content/
H A Dcontent_rules_registry.h32 const WebViewKey& webview_key)
37 webview_key) {}
28 ContentRulesRegistry(content::BrowserContext* browser_context, const std::string& event_name, content::BrowserThread::ID owner_thread, RulesCacheDelegate* cache_delegate, const WebViewKey& webview_key) argument
/external/chromium_org/extensions/browser/api/declarative/
H A Dtest_rules_registry.cc13 const WebViewKey& webview_key)
18 webview_key) {}
25 const WebViewKey& webview_key)
30 webview_key) {}
11 TestRulesRegistry(content::BrowserThread::ID owner_thread, const std::string& event_name, const WebViewKey& webview_key) argument
20 TestRulesRegistry( content::BrowserContext* browser_context, const std::string& event_name, content::BrowserThread::ID owner_thread, RulesCacheDelegate* cache_delegate, const WebViewKey& webview_key) argument
H A Drules_registry_service.h44 WebViewKey webview_key; member in struct:extensions::RulesRegistryService::RulesRegistryKey
46 const WebViewKey& webview_key)
48 webview_key(webview_key) {}
52 (webview_key < other.webview_key));
71 void EnsureDefaultRulesRegistriesRegistered(const WebViewKey& webview_key);
76 // Returns the RulesRegistry for |event_name| and |webview_key| or NULL if no
79 scoped_refptr<RulesRegistry> GetRulesRegistry(const WebViewKey& webview_key,
45 RulesRegistryKey(const std::string event_name, const WebViewKey& webview_key) argument
H A Drules_registry.cc76 const WebViewKey& webview_key)
80 webview_key_(webview_key),
72 RulesRegistry(content::BrowserContext* browser_context, const std::string& event_name, content::BrowserThread::ID owner_thread, RulesCacheDelegate* cache_delegate, const WebViewKey& webview_key) argument
H A Drules_registry.h66 const WebViewKey& webview_key);
150 const WebViewKey& webview_key() const { function in class:extensions::RulesRegistry
H A Drules_registry_service.cc33 const RulesRegistryService::WebViewKey& webview_key,
36 browser_context, webview_key, web_request_rules_registry);
39 bool IsWebView(const RulesRegistryService::WebViewKey& webview_key) { argument
40 return webview_key.embedder_process_id && webview_key.webview_instance_id;
61 const WebViewKey& webview_key) {
66 webview_key);
74 if (!IsWebView(webview_key)) {
82 webview_key));
88 browser_context_, webview_key, web_request_rules_registr
31 RegisterToExtensionWebRequestEventRouterOnIO( content::BrowserContext* browser_context, const RulesRegistryService::WebViewKey& webview_key, scoped_refptr<WebRequestRulesRegistry> web_request_rules_registry) argument
60 EnsureDefaultRulesRegistriesRegistered( const WebViewKey& webview_key) argument
141 GetRulesRegistry( const WebViewKey& webview_key, const std::string& event_name) argument
160 const WebViewKey& webview_key = key.webview_key; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/
H A Dchrome_extensions_api_client.cc80 const RulesRegistry::WebViewKey& webview_key,
83 GetRulesRegistry(webview_key, event_name);
78 GetRulesRegistry( content::BrowserContext* browser_context, const RulesRegistry::WebViewKey& webview_key, const std::string& event_name) argument
/external/chromium_org/extensions/browser/api/
H A Dextensions_api_client.cc60 const RulesRegistry::WebViewKey& webview_key,
58 GetRulesRegistry( content::BrowserContext* browser_context, const RulesRegistry::WebViewKey& webview_key, const std::string& event_name) argument
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_rules_registry.cc42 const WebViewKey& webview_key)
47 webview_key),
39 WebRequestRulesRegistry( content::BrowserContext* browser_context, RulesCacheDelegate* cache_delegate, const WebViewKey& webview_key) argument
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc662 const extensions::RulesRegistry::WebViewKey& webview_key,
664 RulesRegistryKey key(browser_context, webview_key);
1968 extensions::RulesRegistry::WebViewKey webview_key(
1971 RulesRegistryKey rules_key(browser_context, webview_key);
1994 cross_browser_context, webview_key);
660 RegisterRulesRegistry( void* browser_context, const extensions::RulesRegistry::WebViewKey& webview_key, scoped_refptr<extensions::WebRequestRulesRegistry> rules_registry) argument

Completed in 614 milliseconds