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

  /external/chromium/chrome/browser/ui/
browser_list.cc 635 TabContentsWrapper* next_tab = local
637 if (next_tab) {
638 cur_ = next_tab;
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 410 Tab* next_tab = i < (tab_count() - 1) ? GetTabAtTabDataIndex(i + 1) : NULL; local
411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
412 return next_tab;
    [all...]

Completed in 135 milliseconds