Searched refs:SetIdealBoundsAt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.cc46 SetIdealBoundsAt(active_index(), ConstrainActiveX(ideal_x(active_index())));
68 SetIdealBoundsAt(active_index(), ConstrainActiveX(ideal_x(active_index())));
91 SetIdealBoundsAt(active_index(), x);
129 SetIdealBoundsAt(i, ideal_x(i) - delta);
142 SetIdealBoundsAt(tab_count() - 1, max_x);
145 SetIdealBoundsAt(i, ideal_x(i + 1) - tab_offset());
164 SetIdealBoundsAt(active_index(), ConstrainActiveX(active_x));
191 SetIdealBoundsAt(i, ideal_x(i) + delta);
208 SetIdealBoundsAt(active_index(),
240 SetIdealBoundsAt(inde
531 void StackedTabStripLayout::SetIdealBoundsAt(int index, int x) { function in class:StackedTabStripLayout
[all...]
H A Dstacked_tab_strip_layout.h156 void SetIdealBoundsAt(int index, int x);

Completed in 262 milliseconds