Searched refs:active_x (Results 1 – 2 of 2) sorted by relevance
162 int active_x = (index + 1 == tab_count()) ? in AddTab() local164 SetIdealBoundsAt(active_index(), ConstrainActiveX(active_x)); in AddTab()326 int active_x = std::max(GetMinX(active_index()), in MakeVisible() local329 SetIdealBoundsAt(active_index(), active_x); in MakeVisible()338 int x = std::min(GetMaxX(index), active_x + ideal_delta); in MakeVisible()
1217 int active_x = attached_tabstrip_->ideal_bounds(index).x(); in ShouldDragToNextStackedTab() local1220 active_x + (next_x - active_x) / 4); in ShouldDragToNextStackedTab()1234 int active_x = attached_tabstrip_->ideal_bounds(index).x(); in ShouldDragToPreviousStackedTab() local1237 active_x - (active_x - previous_x) / 4); in ShouldDragToPreviousStackedTab()