HomeSort by relevance Sort by last modified time
    Searched refs:vertical_layout_rect_ (Results 1 - 5 of 5) 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_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 325 vertical_layout_rect_ = browser_view->GetLocalBounds();
431 int browser_view_width = vertical_layout_rect_.width();
438 toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height);
476 bookmark_bar_->SetBounds(vertical_layout_rect_.x(),
478 vertical_layout_rect_.width(),
498 infobar_container_->SetBounds(vertical_layout_rect_.x(),
500 vertical_layout_rect_.width(),
508 gfx::Rect contents_split_bounds(vertical_layout_rect_.x(),
510 vertical_layout_rect_.width(),
551 download_shelf_->SetBounds(vertical_layout_rect_.x(), bottom - height
    [all...]
browser_view_layout.h 161 gfx::Rect vertical_layout_rect_; member in class:BrowserViewLayout
  /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 227 milliseconds