OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visible_apps_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.h
170
std::set<std::string>
visible_apps_
;
member in class:AppLauncherHandler
app_launcher_handler.cc
267
visible_apps_
.insert(extension->id());
307
visible_apps_
.erase(extension->id());
363
for (std::set<std::string>::iterator it =
visible_apps_
.begin();
364
it !=
visible_apps_
.end(); ++it) {
431
visible_apps_
.insert((*it)->id());
437
visible_apps_
.insert((*it)->id());
443
visible_apps_
.insert((*it)->id());
Completed in 35 milliseconds