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
40
if (
granted_extensions_
.Contains(extension->id()))
60
granted_extensions_
.Insert(extension);
102
granted_extensions_
.Remove(extension->id());
106
if (
granted_extensions_
.is_empty())
111
for (ExtensionSet::const_iterator it =
granted_extensions_
.begin();
112
it !=
granted_extensions_
.end(); ++it) {
118
granted_extensions_
.Clear();
active_tab_permission_granter.h
63
ExtensionSet
granted_extensions_
;
member in class:extensions::ActiveTabPermissionGranter
Completed in 122 milliseconds