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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.h 48 WebViewKey webview_key; member in struct:extensions::RulesRegistryService::RulesRegistryKey
50 const WebViewKey& webview_key)
52 webview_key(webview_key) {}
56 (webview_key < other.webview_key));
75 void EnsureDefaultRulesRegistriesRegistered(const WebViewKey& webview_key);
80 // Returns the RulesRegistry for |event_name| and |webview_key| or NULL if no
84 const WebViewKey& webview_key,
rules_registry_service.cc 33 const RulesRegistryService::WebViewKey& webview_key,
36 profile, webview_key, web_request_rules_registry);
39 bool IsWebView(const RulesRegistryService::WebViewKey& webview_key) {
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 profile_, webview_key, web_request_rules_registry))
161 const WebViewKey& webview_key = key.webview_key; local
    [all...]
test_rules_registry.cc 13 const WebViewKey& webview_key)
18 webview_key) {}
25 const WebViewKey& webview_key)
30 webview_key) {}
test_rules_registry.h 17 const WebViewKey& webview_key);
23 const WebViewKey& webview_key);
rules_registry.h 64 const WebViewKey& webview_key);
148 const WebViewKey& webview_key() const { function in class:extensions::RulesRegistry
rules_registry.cc 80 const WebViewKey& webview_key)
84 webview_key_(webview_key),
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 80 const WebViewKey& webview_key);
webrequest_rules_registry.cc 43 const WebViewKey& webview_key)
48 webview_key),
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 175 const extensions::RulesRegistryService::WebViewKey& webview_key,
web_request_api.cc 709 const RulesRegistryService::WebViewKey& webview_key,
711 RulesRegistryKey key(profile, webview_key);
    [all...]

Completed in 232 milliseconds