Searched defs:next_tab (Results 1 - 2 of 2) 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_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2511 Tab* next_tab = i < (tab_count() - 1) ? tab_at(i + 1) : NULL; local
2512 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
2513 return next_tab;

Completed in 87 milliseconds