HomeSort by relevance Sort by last modified time
    Searched refs:ash_browser_list (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.cc 84 const BrowserList* ash_browser_list = local
87 ash_browser_list->begin_last_active();
88 it != ash_browser_list->end_last_active() &&
102 const BrowserList* ash_browser_list = local
104 for (BrowserList::const_iterator it = ash_browser_list->begin();
105 it != ash_browser_list->end(); ++it) {
155 const BrowserList* ash_browser_list = local
157 for (BrowserList::const_iterator it = ash_browser_list->begin();
158 it != ash_browser_list->end(); ++it) {
163 std::find(ash_browser_list->begin_last_active()
273 const BrowserList* ash_browser_list = local
    [all...]
app_shortcut_launcher_item_controller.cc 176 const BrowserList* ash_browser_list = local
178 for (BrowserList::const_iterator it = ash_browser_list->begin();
179 it != ash_browser_list->end(); ++it) {
244 const BrowserList* ash_browser_list = local
247 it = ash_browser_list->begin_last_active();
248 it != ash_browser_list->end_last_active(); ++it) {
266 for (BrowserList::const_iterator it = ash_browser_list->begin();
267 it != ash_browser_list->end(); ++it) {
chrome_launcher_controller_browsertest.cc 1507 BrowserList* ash_browser_list = local
2014 const BrowserList* ash_browser_list = local
    [all...]
chrome_launcher_controller.cc 1967 const BrowserList* ash_browser_list = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 561 const BrowserList* ash_browser_list = local
564 ash_browser_list->begin_last_active();
565 browser_iterator != ash_browser_list->end_last_active();

Completed in 73 milliseconds