Searched refs:vertical_layout_rect_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc320 vertical_layout_rect_ = browser_view->GetLocalBounds();
397 int browser_view_width = vertical_layout_rect_.width();
404 toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height);
442 bookmark_bar_->SetBounds(vertical_layout_rect_.x(),
444 vertical_layout_rect_.width(),
464 infobar_container_->SetBounds(vertical_layout_rect_.x(),
466 vertical_layout_rect_.width(),
474 gfx::Rect contents_container_bounds(vertical_layout_rect_.x(),
476 vertical_layout_rect_.width(),
504 gfx::Rect top_container_bounds(vertical_layout_rect_
[all...]
H A Dbrowser_view_layout.h157 gfx::Rect vertical_layout_rect_; member in class:BrowserViewLayout

Completed in 94 milliseconds