Searched refs:next_tab (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dtab_contents_iterator.cc32 content::WebContents* next_tab = browser_iterator_->tab_strip_model() local
34 if (next_tab) {
35 cur_ = next_tab;
/external/chromium/chrome/browser/ui/
H A Dbrowser_list.cc635 TabContentsWrapper* next_tab = local
637 if (next_tab) {
638 cur_ = next_tab;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc410 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;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2635 Tab* next_tab = i < (tab_count() - 1) ? tab_at(i + 1) : NULL; local
2636 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
2637 return next_tab;

Completed in 106 milliseconds