Searched refs:LayoutItems (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc64 gfx::Size LayoutItems(bool compute_bounds_only, int width);
293 return LayoutItems(true, width).height();
297 LayoutItems(false, width());
304 gfx::Size Section::LayoutItems(bool compute_bounds_only, int width) { function in class:Section
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h460 gfx::Size LayoutItems(bool compute_bounds_only);
H A Dbookmark_bar_view.cc431 return LayoutItems(true);
464 LayoutItems(false);
1631 gfx::Size BookmarkBarView::LayoutItems(bool compute_bounds_only) { function in class:BookmarkBarView
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h369 gfx::Size LayoutItems(bool compute_bounds_only);
H A Dbookmark_bar_view.cc669 return LayoutItems(true);
722 LayoutItems(false);
1717 gfx::Size BookmarkBarView::LayoutItems(bool compute_bounds_only) { function in class:BookmarkBarView

Completed in 643 milliseconds