OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebViewKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.h
41
typedef RulesRegistry::
WebViewKey
WebViewKey
;
44
WebViewKey
webview_key;
46
const
WebViewKey
& webview_key)
70
void EnsureDefaultRulesRegistriesRegistered(const
WebViewKey
& webview_key);
79
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 37 milliseconds