Home
last modified time | relevance | path

Searched refs:status_size (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Ddom_browser_view_layout.cc40 gfx::Size status_size = status_area_->GetPreferredSize(); in LayoutTabStrip() local
41 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() local
86 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()
Dbrowser_view.cc159 gfx::Size status_size = status_area_->GetPreferredSize(); in LayoutTitlebarComponentsWithVerticalTabs() local
160 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() local
206 bounds.right() - status_size.width(), in LayoutTitlebarComponents()
208 status_size.width(), in LayoutTitlebarComponents()
209 status_size.height()); in LayoutTitlebarComponents()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc711 gfx::Size status_size( in GetShelfSize() local
732 gfx::Rect status_size( in CalculateTargetBounds() local
769 PrimaryAxisValue(status_size.height(), status_size.width())); in CalculateTargetBounds()
774 status_size.set_height(kShelfSize); in CalculateTargetBounds()
776 status_size.set_width(kShelfSize); in CalculateTargetBounds()
780 gfx::Rect(base::i18n::IsRTL() ? 0 : shelf_width - status_size.width(), in CalculateTargetBounds()
781 status_inset, status_size.width(), status_size.height()), in CalculateTargetBounds()
782 gfx::Rect(shelf_width - (status_size.width() + status_inset), in CalculateTargetBounds()
783 shelf_height - status_size.height(), status_size.width(), in CalculateTargetBounds()
784 status_size.height()), in CalculateTargetBounds()
[all …]
/external/chromium_org/rlz/lib/
Dfinancial_ping.cc278 DWORD status_size = sizeof(status); in PingServer() local
280 HTTP_QUERY_FLAG_NUMBER, &status, &status_size, NULL) || in PingServer()