Searched refs:status_size (Results 1 – 2 of 2) sorted by relevance
40 gfx::Size status_size = status_area_->GetPreferredSize(); in LayoutTabStrip() local41 status_area_->SetBounds(vertical_layout_rect_.width() - status_size.width(), in LayoutTabStrip()44 status_size.height()); in LayoutTabStrip()46 return status_size.height(); in LayoutTabStrip()85 gfx::Size status_size = status_area_->GetPreferredSize(); in LayoutTitlebarComponents() local86 status_area_->SetBounds(bounds.right() - status_size.width(), in LayoutTitlebarComponents()88 status_size.width(), in LayoutTitlebarComponents()89 status_size.height()); in LayoutTitlebarComponents()90 return status_size.height(); in LayoutTitlebarComponents()
159 gfx::Size status_size = status_area_->GetPreferredSize(); in LayoutTitlebarComponentsWithVerticalTabs() local160 int status_height = status_size.height(); in LayoutTitlebarComponentsWithVerticalTabs()165 status_size.width(), status_height); in LayoutTitlebarComponentsWithVerticalTabs()169 int tabstrip_w = std::max(status_x + status_size.width(), in LayoutTitlebarComponentsWithVerticalTabs()204 gfx::Size status_size = status_area_->GetPreferredSize(); in LayoutTitlebarComponents() local206 bounds.right() - status_size.width(), in LayoutTitlebarComponents()208 status_size.width(), in LayoutTitlebarComponents()209 status_size.height()); in LayoutTitlebarComponents()