/external/chromium/chrome/browser/ui/views/frame/ |
glass_browser_frame_view.cc | 123 (otr_avatar_bounds_.right() + kOTRSideSpacing) : 133 tabstrip_x += otr_avatar_bounds_.x(); 414 int w = otr_avatar_bounds_.width(); 415 int h = otr_avatar_bounds_.height(); 420 ((otr_avatar_icon.height() - otr_avatar_bounds_.height()) + 1) / 2, w, h, 421 otr_avatar_bounds_.x(), otr_avatar_bounds_.y(), w, h, false); 498 otr_avatar_bounds_.SetRect(otr_x, otr_y, otr_avatar_icon.width(),
|
glass_browser_frame_view.h | 108 gfx::Rect otr_avatar_bounds_; member in class:GlassBrowserFrameView
|
opaque_browser_frame_view.h | 152 gfx::Rect otr_avatar_bounds_; member in class:OpaqueBrowserFrameView
|
opaque_browser_frame_view.cc | 236 (otr_avatar_bounds_.right() + kOTRSideSpacing) : [all...] |