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 94 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 121 (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_);
opaque_browser_frame_view_layout.cc 422 avatar_bounds_.SetRect(
429 avatar_button_->SetBoundsRect(avatar_bounds_);

Completed in 1362 milliseconds