HomeSort by relevance Sort by last modified time
    Searched refs:SetIdealBoundsAt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 46 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(index, x)
    [all...]
stacked_tab_strip_layout.h 154 void SetIdealBoundsAt(int index, int x);

Completed in 38 milliseconds