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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.h 45 typedef RulesRegistry::WebViewKey WebViewKey;
48 WebViewKey webview_key;
50 const WebViewKey& webview_key)
75 void EnsureDefaultRulesRegistriesRegistered(const WebViewKey& webview_key);
84 const WebViewKey& webview_key,
test_rules_registry.h 17 const WebViewKey& webview_key);
23 const WebViewKey& webview_key);
test_rules_registry.cc 13 const WebViewKey& webview_key)
25 const WebViewKey& webview_key)
rules_registry_service.cc 33 const RulesRegistryService::WebViewKey& webview_key,
39 bool IsWebView(const RulesRegistryService::WebViewKey& webview_key) {
54 EnsureDefaultRulesRegistriesRegistered(WebViewKey(0, 0));
61 const WebViewKey& webview_key) {
115 profile_, WebViewKey(0, 0),
143 const WebViewKey& webview_key,
161 const WebViewKey& webview_key = key.webview_key;
rules_registry.h 41 struct WebViewKey {
44 WebViewKey(int embedder_process_id, int webview_instance_id)
47 bool operator<(const WebViewKey& other) const {
64 const WebViewKey& webview_key);
148 const WebViewKey& webview_key() const {
234 WebViewKey webview_key_;
rules_registry_service_unittest.cc 58 const RulesRegistry::WebViewKey key(0, 0);
123 const RulesRegistry::WebViewKey key1(kEmbedderProcessID1, kWebViewInstanceID);
124 const RulesRegistry::WebViewKey key2(kEmbedderProcessID2, kWebViewInstanceID);
153 const RulesRegistry::WebViewKey key(kEmbedderProcessID, kWebViewInstanceID);
rules_registry_with_cache_unittest.cc 46 RulesRegistry::WebViewKey(0, 0))) {}
238 RulesRegistry::WebViewKey(0, 0)));
311 RulesRegistry::WebViewKey(0, 0)));
317 RulesRegistry::WebViewKey(0, 0)));
363 RulesRegistry::WebViewKey(0, 0)));
376 RulesRegistry::WebViewKey(0, 0));
rules_registry_unittest.cc 25 const RulesRegistry::WebViewKey key(0, 0);
135 const RulesRegistry::WebViewKey key(0, 0);
declarative_api.cc 87 RulesRegistryService::WebViewKey key(
declarative_apitest.cc 118 RulesRegistry::WebViewKey(0, 0),
rules_registry.cc 80 const WebViewKey& 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)
webrequest_rules_registry_unittest.cc 55 WebViewKey(0, 0)),
    [all...]
  /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 709 const RulesRegistryService::WebViewKey& webview_key,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc 32 WebViewKey(0, 0)) {

Completed in 348 milliseconds