Home
last modified time | relevance | path

Searched refs:window_icon_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view_layout.cc245 return window_icon_bounds_; in IconBounds()
334 window_icon_bounds_ = gfx::Rect(leading_button_start_ + kIconLeftSpacing, y, in LayoutTitleBar()
341 window_icon_->SetBoundsRect(window_icon_bounds_); in LayoutTitleBar()
352 window_icon_bounds_.y(), in LayoutTitleBar()
353 text_width, window_icon_bounds_.height()); in LayoutTitleBar()
362 window_icon_bounds_ = gfx::Rect(); in LayoutTitleBar()
366 window_icon_bounds_ = gfx::Rect( in LayoutTitleBar()
Dopaque_browser_frame_view_layout.h145 gfx::Rect window_icon_bounds_; variable