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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.h70 // Moves the tab from |from| to |to|. |new_active_index| is the index of the
74 int new_active_index,
H A Dstacked_tab_strip_layout_unittest.cc470 const int new_active_index; member in struct:TestData
498 test_data[i].new_active_index, test_data[i].new_start_x,
H A Dstacked_tab_strip_layout.cc199 int new_active_index,
204 active_index_ = new_active_index;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc931 int new_active_index = tab_strip_model_->active_index(); local
932 if (index < new_active_index)
934 new_active_index); local

Completed in 279 milliseconds