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

  /external/chromium_org/extensions/browser/api/declarative/
rules_registry_service.h 41 typedef RulesRegistry::WebViewKey WebViewKey;
44 WebViewKey webview_key;
46 const WebViewKey& webview_key)
71 void EnsureDefaultRulesRegistriesRegistered(const WebViewKey& webview_key);
79 scoped_refptr<RulesRegistry> GetRulesRegistry(const WebViewKey& webview_key,
rules_registry.h 43 struct WebViewKey {
46 WebViewKey(int embedder_process_id, int webview_instance_id)
49 bool operator<(const WebViewKey& other) const {
66 const WebViewKey& webview_key);
150 const WebViewKey& webview_key() const {
236 WebViewKey webview_key_;

Completed in 69 milliseconds