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

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc70 gfx::Size bookmark_bar_size; local
73 bookmark_bar_size = active_bookmark_bar_->GetMinimumSize();
74 bookmark_bar_size.Enlarge(0,
81 bookmark_bar_size.height() + contents_size.height();
83 bookmark_bar_size.width(), contents_size.width() };
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc196 gfx::Size bookmark_bar_size; local
200 bookmark_bar_size = bookmark_bar_->GetMinimumSize();
201 bookmark_bar_size.Enlarge(0, -bookmark_bar_->GetToolbarOverlap());
210 bookmark_bar_size.height() + infobar_container_size.height() +
215 bookmark_bar_size.width(),

Completed in 49 milliseconds