Searched refs:avatar_bounds_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h94 gfx::Rect avatar_bounds_; member in class:GlassBrowserFrameView
H A Dopaque_browser_frame_view_layout.h150 gfx::Rect avatar_bounds_; member in class:OpaqueBrowserFrameViewLayout
H A Dglass_browser_frame_view.cc121 (avatar_bounds_.right() + kAvatarRightSpacing) :
130 tabstrip_x += avatar_bounds_.x();
490 avatar_bounds_.SetRect(avatar_x, avatar_y, incognito_icon.width(),
493 avatar_button()->SetBoundsRect(avatar_bounds_);
H A Dopaque_browser_frame_view_layout.cc422 avatar_bounds_.SetRect(
429 avatar_button_->SetBoundsRect(avatar_bounds_);

Completed in 149 milliseconds