OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc
162
int
active_x
= (index + 1 == tab_count()) ?
local
164
SetIdealBoundsAt(active_index(), ConstrainActiveX(
active_x
));
326
int
active_x
= std::max(GetMinX(active_index()),
local
329
SetIdealBoundsAt(active_index(),
active_x
);
local
338
int x = std::min(GetMaxX(index),
active_x
+ ideal_delta);
tab_drag_controller.cc
1650
int
active_x
= attached_tabstrip_->ideal_bounds(index).x();
local
1665
int
active_x
= attached_tabstrip_->ideal_bounds(index).x();
local
[
all
...]
Completed in 75 milliseconds