OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabstrip_x
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
122
int
tabstrip_x
= browser_view()->ShouldShowAvatar() ?
local
132
tabstrip_x
+= avatar_bounds_.x();
135
tabstrip_x
= width() - minimize_button_offset;
139
int tabstrip_width = minimize_button_offset -
tabstrip_x
-
142
return gfx::Rect(
tabstrip_x
, NonClientTopBorderHeight(),
/external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
122
int
tabstrip_x
= browser_view_->ShouldShowOffTheRecordAvatar() ?
local
133
tabstrip_x
+= otr_avatar_bounds_.x();
141
int tabstrip_width = minimize_button_offset -
tabstrip_x
-
144
return gfx::Rect(
tabstrip_x
, GetHorizontalTabStripVerticalOffset(false),
opaque_browser_frame_view.cc
235
int
tabstrip_x
= browser_view_->ShouldShowOffTheRecordAvatar() ?
local
239
int tabstrip_width = minimize_button_->x() -
tabstrip_x
-
242
return gfx::Rect(
tabstrip_x
, GetHorizontalTabStripVerticalOffset(false),
[
all
...]
Completed in 60 milliseconds