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 87 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->begin_last_active()
292 const BrowserList* ash_browser_list = local
    [all...]
app_shortcut_launcher_item_controller.cc 177 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) {
chrome_launcher_controller_browsertest.cc 1581 BrowserList* ash_browser_list = local
2087 const BrowserList* ash_browser_list = local
    [all...]
chrome_launcher_controller.cc 2016 const BrowserList* ash_browser_list = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 562 const BrowserList* ash_browser_list = local
565 ash_browser_list->begin_last_active();
566 browser_iterator != ash_browser_list->end_last_active();

Completed in 90 milliseconds