OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_tab_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
926
int
new_tab_x
;
local
934
new_tab_x
= width() - newtab_button_bounds_.width();
936
new_tab_x
= Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;
938
newtab_button_bounds_.set_origin(gfx::Point(
new_tab_x
, new_tab_y));
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
2504
int
new_tab_x
= tabs_.ideal_bounds(tabs_.view_size() - 1).right() +
local
2534
int
new_tab_x
;
local
[
all
...]
Completed in 114 milliseconds