Home
last modified time | relevance | path

Searched refs:icon_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc488 gfx::Rect icon_bounds(IconBounds()); in LayoutTitleBar() local
489 window_icon_->SetBoundsRect(icon_bounds); in LayoutTitleBar()
492 int title_x = icon_bounds.right() + kIconTitleSpacing; in LayoutTitleBar()
500 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2), in LayoutTitleBar()
Dopaque_browser_frame_view.cc1052 gfx::Rect icon_bounds(IconBounds()); in LayoutTitleBar() local
1055 window_icon_->SetBoundsRect(icon_bounds); in LayoutTitleBar()
1060 icon_bounds.right() + kIconTitleSpacing : icon_bounds.x(); in LayoutTitleBar()
1068 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2), in LayoutTitleBar()
/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.cc526 gfx::Rect icon_bounds(IconBounds()); in LayoutTitleBar() local
527 int title_x = icon_bounds.x(); in LayoutTitleBar()
535 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2), in LayoutTitleBar()