Searched refs:ash_browser_list (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.cc87 const BrowserList* ash_browser_list = local
90 ash_browser_list->begin_last_active();
91 it != ash_browser_list->end_last_active() &&
121 const BrowserList* ash_browser_list = local
123 for (BrowserList::const_iterator it = ash_browser_list->begin();
124 it != ash_browser_list->end(); ++it) {
174 const BrowserList* ash_browser_list = local
176 for (BrowserList::const_iterator it = ash_browser_list->begin();
177 it != ash_browser_list->end(); ++it) {
182 std::find(ash_browser_list
292 const BrowserList* ash_browser_list = local
[all...]
H A Dapp_shortcut_launcher_item_controller.cc177 const BrowserList* ash_browser_list = local
179 for (BrowserList::const_iterator it = ash_browser_list->begin();
180 it != ash_browser_list->end(); ++it) {
245 const BrowserList* ash_browser_list = local
248 it = ash_browser_list->begin_last_active();
249 it != ash_browser_list->end_last_active(); ++it) {
267 for (BrowserList::const_iterator it = ash_browser_list->begin();
268 it != ash_browser_list->end(); ++it) {
H A Dchrome_launcher_controller_browsertest.cc1581 BrowserList* ash_browser_list = local
1584 ash_browser_list->begin_last_active();
1587 EXPECT_EQ(it, ash_browser_list->end_last_active());
2087 const BrowserList* ash_browser_list = local
2090 ash_browser_list->begin_last_active();
2091 it != ash_browser_list->end_last_active() && !app_browser; ++it) {
H A Dchrome_launcher_controller.cc2016 const BrowserList* ash_browser_list = local
2020 it = ash_browser_list->begin_last_active();
2021 it != ash_browser_list->end_last_active(); ++it) {
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.cc562 const BrowserList* ash_browser_list = local
565 ash_browser_list->begin_last_active();
566 browser_iterator != ash_browser_list->end_last_active();

Completed in 1036 milliseconds