OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:granted_extensions_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
active_tab_permission_granter.cc
37
if (
granted_extensions_
.Contains(extension->id()))
72
granted_extensions_
.Insert(extension);
115
granted_extensions_
.Remove(extension->id());
119
if (
granted_extensions_
.is_empty())
124
for (ExtensionSet::const_iterator it =
granted_extensions_
.begin();
125
it !=
granted_extensions_
.end(); ++it) {
131
granted_extensions_
.Clear();
active_tab_permission_granter.h
65
ExtensionSet
granted_extensions_
;
member in class:extensions::ActiveTabPermissionGranter
Completed in 78 milliseconds