Home
last modified time | relevance | path

Searched refs:tab_data_index (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.h147 const gfx::Rect& ideal_bounds(int tab_data_index) { in ideal_bounds() argument
148 return tabs_.ideal_bounds(tab_data_index); in ideal_bounds()
494 void SetDropIndex(int tab_data_index, bool drop_before);
Dtab_strip.cc1865 int tab_data_index = GetModelIndexOfTab(tabs[i]); in StartedDraggingTabs() local
1866 DCHECK_NE(-1, tab_data_index); in StartedDraggingTabs()
1867 tabs[i]->SetBoundsRect(ideal_bounds(tab_data_index)); in StartedDraggingTabs()
1900 int tab_data_index = GetModelIndexOfTab(tab); in StoppedDraggingTab() local
1901 if (tab_data_index == -1) { in StoppedDraggingTab()
1914 bounds_animator_.AnimateViewTo(tab, ideal_bounds(tab_data_index)); in StoppedDraggingTab()
2238 void TabStrip::SetDropIndex(int tab_data_index, bool drop_before) { in SetDropIndex() argument
2240 controller()->OnDropIndexUpdate(tab_data_index, drop_before); in SetDropIndex()
2242 if (tab_data_index == -1) { in SetDropIndex()
2248 if (drop_info_.get() && drop_info_->drop_index == tab_data_index && in SetDropIndex()
[all …]