OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_actions
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/
page_action_controller.cc
37
std::vector<ExtensionAction*>
current_actions
;
47
current_actions
.push_back(action);
50
return
current_actions
;
99
const std::vector<ExtensionAction*>
current_actions
= GetCurrentActions();
local
101
if (
current_actions
.empty())
104
for (size_t i = 0; i <
current_actions
.size(); ++i) {
105
current_actions
[i]->ClearAllValuesForTab(
Completed in 40 milliseconds