Searched refs:compute_bounds_only (Results 1 - 5 of 5) 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...]
H A Dbookmark_bar_view.h457 // |compute_bounds_only| = TRUE, the bounds for the items are just computed,
459 // desired bounds. If |compute_bounds_only| = FALSE, the bounds are set.
460 gfx::Size LayoutItems(bool compute_bounds_only);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1718 gfx::Size BookmarkBarView::LayoutItems(bool compute_bounds_only) { argument
1720 if (!parent() && !compute_bounds_only)
1761 if (!compute_bounds_only) {
1771 if (!compute_bounds_only) {
1780 if (!compute_bounds_only)
1787 if (!compute_bounds_only) {
1800 if (!compute_bounds_only)
1806 if (!compute_bounds_only) {
1814 if (!compute_bounds_only) {
1827 if (!compute_bounds_only) {
[all...]
H A Dbookmark_bar_view.h366 // |compute_bounds_only| = TRUE, the bounds for the items are just computed,
368 // desired bounds. If |compute_bounds_only| = FALSE, the bounds are set.
369 gfx::Size LayoutItems(bool compute_bounds_only);

Completed in 93 milliseconds