OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_right
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
801
int
tab_right
= 0;
local
808
tab_right
= bounds.right();
809
tab_right
+= GetTabHOffset(i + 1);
812
LayoutNewTabButton(static_cast<double>(
tab_right
), current_unselected_width_);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
833
int
tab_right
= 0;
local
840
tab_right
= bounds.right();
841
tab_right
+= GetTabHOffset(i + 1);
844
LayoutNewTabButton(static_cast<double>(
tab_right
), current_unselected_width_);
[
all
...]
Completed in 24 milliseconds