Home
last modified time | relevance | path

Searched refs:LayoutItems (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc64 gfx::Size LayoutItems(bool compute_bounds_only, int width);
293 return LayoutItems(true, width).height(); in GetHeightForWidth()
297 LayoutItems(false, width()); in Layout()
304 gfx::Size Section::LayoutItems(bool compute_bounds_only, int width) { in LayoutItems() function in Section
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.h460 gfx::Size LayoutItems(bool compute_bounds_only);
Dbookmark_bar_view.cc431 return LayoutItems(true); in GetPreferredSize()
464 LayoutItems(false); in Layout()
1631 gfx::Size BookmarkBarView::LayoutItems(bool compute_bounds_only) { in LayoutItems() function in BookmarkBarView