Searched refs:icon_bounds (Results 1 – 3 of 3) sorted by relevance
488 gfx::Rect icon_bounds(IconBounds()); in LayoutTitleBar() local489 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()
1052 gfx::Rect icon_bounds(IconBounds()); in LayoutTitleBar() local1055 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()
526 gfx::Rect icon_bounds(IconBounds()); in LayoutTitleBar() local527 int title_x = icon_bounds.x(); in LayoutTitleBar()535 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2), in LayoutTitleBar()