Searched defs:next_tab_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc345 int next_tab_index = (selected_tab_index() + increment) % tab_count; local
347 if (next_tab_index < 0)
348 next_tab_index += tab_count;
349 SelectTabAt(next_tab_index);

Completed in 146 milliseconds