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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.h 44 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));
70 void EnsureDefaultRulesRegistriesRegistered(const WebViewKey& webview_key);
75 // Returns the RulesRegistry for |event_name| and |webview_key| or NULL if no
79 const WebViewKey& webview_key,
rules_registry_service.cc 31 const RulesRegistryService::WebViewKey& webview_key,
34 profile, webview_key, web_request_rules_registry);
37 bool IsWebView(const RulesRegistryService::WebViewKey& webview_key) {
38 return webview_key.embedder_process_id && webview_key.webview_instance_id;
64 const WebViewKey& webview_key) {
69 webview_key);
77 if (!IsWebView(webview_key)) {
85 webview_key));
91 profile_, webview_key, web_request_rules_registry))
163 const WebViewKey& webview_key = key.webview_key; local
    [all...]
rules_registry.h 66 const WebViewKey& webview_key);
150 const WebViewKey& webview_key() const { function in class:extensions::RulesRegistry

Completed in 107 milliseconds