Searched refs:next_tab (Results 1 – 2 of 2) sorted by relevance
410 Tab* next_tab = i < (tab_count() - 1) ? GetTabAtTabDataIndex(i + 1) : NULL; in GetEventHandlerForPoint() local411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point)) in GetEventHandlerForPoint()412 return next_tab; in GetEventHandlerForPoint()
635 TabContentsWrapper* next_tab = in Advance() local637 if (next_tab) { in Advance()638 cur_ = next_tab; in Advance()