HomeSort by relevance Sort by last modified time
    Searched refs:vertical_layout_rect_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h 101 // See description above vertical_layout_rect_ for details.
103 vertical_layout_rect_ = bounds;
106 return vertical_layout_rect_;
124 gfx::Rect vertical_layout_rect_; member in class:BrowserViewLayout
browser_view_layout.cc 249 vertical_layout_rect_ = browser_view_->GetLocalBounds();
305 vertical_layout_rect_.Inset(tabstrip_bounds.width(), 0, 0, 0);
314 int browser_view_width = vertical_layout_rect_.width();
324 toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height);
357 active_bookmark_bar_->SetBounds(vertical_layout_rect_.x(), y,
358 vertical_layout_rect_.width(),
370 infobar_container_->SetBounds(vertical_layout_rect_.x(),
372 vertical_layout_rect_.width(),
424 gfx::Rect contents_split_bounds(vertical_layout_rect_.x(), top,
425 vertical_layout_rect_.width()
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view_layout.cc 41 status_area_->SetBounds(vertical_layout_rect_.width() - status_size.width(),
43 vertical_layout_rect_.width(),

Completed in 55 milliseconds