HomeSort by relevance Sort by last modified time
    Searched refs:avatar_bounds_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 98 gfx::Rect avatar_bounds_; member in class:GlassBrowserFrameView
opaque_browser_frame_view_layout.h 150 gfx::Rect avatar_bounds_; member in class:OpaqueBrowserFrameViewLayout
glass_browser_frame_view.cc 127 (avatar_bounds_.right() + kAvatarRightSpacing) :
136 tabstrip_x += avatar_bounds_.x();
499 avatar_bounds_.SetRect(avatar_x, avatar_y, incognito_icon.width(),
502 avatar_button()->SetBoundsRect(avatar_bounds_);
opaque_browser_frame_view_layout.cc 425 avatar_bounds_.SetRect(
432 avatar_button_->SetBoundsRect(avatar_bounds_);

Completed in 327 milliseconds