Searched defs:compute_bounds_only (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc63 // Calculate the layout if |compute_bounds_only|, otherwise does Layout also.
64 gfx::Size LayoutItems(bool compute_bounds_only, int width);
304 gfx::Size Section::LayoutItems(bool compute_bounds_only, int width) { argument
312 if (!compute_bounds_only)
321 if (!compute_bounds_only)
325 if (!compute_bounds_only)
330 if (!compute_bounds_only)
334 if (!compute_bounds_only)
339 if (!compute_bounds_only)
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1631 gfx::Size BookmarkBarView::LayoutItems(bool compute_bounds_only) { argument
1633 if (!parent() && !compute_bounds_only)
1680 if (!compute_bounds_only) {
1689 if (!compute_bounds_only)
1696 if (!compute_bounds_only) {
1710 if (!compute_bounds_only)
1716 if (!compute_bounds_only) {
1724 if (!compute_bounds_only) {
1737 if (!compute_bounds_only) {
1748 if (!compute_bounds_only) {
[all...]

Completed in 57 milliseconds