OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extensions_in_current_actions_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
script_badge_controller.cc
54
it =
extensions_in_current_actions_
.begin();
55
it !=
extensions_in_current_actions_
.end(); ++it) {
203
extensions_in_current_actions_
.clear();
213
if (
extensions_in_current_actions_
.erase(extension->id()))
219
if (!
extensions_in_current_actions_
.insert(extension_id).second)
script_badge_controller.h
100
std::set<std::string>
extensions_in_current_actions_
;
member in class:extensions::ScriptBadgeController
Completed in 40 milliseconds