Searched refs:parent_bounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/
H A Dproperty_util.h31 const gfx::Rect& parent_bounds);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc282 gfx::Rect parent_bounds(window_->parent()->GetBoundsInRootWindow());
298 parent_bounds.Intersect(work_area);
308 parent_bounds = transient_parent_rect;
312 parent_bounds.x() + (parent_bounds.width() - size.width()) / 2,
313 parent_bounds.y() + (parent_bounds.height() - size.height()) / 2,
318 window_bounds.AdjustToFit(parent_bounds);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_x11.cc290 gfx::Rect parent_bounds = GetWorkAreaBoundsInScreen(); local
299 parent_bounds = transient_parent_rect;
304 parent_bounds.x() + (parent_bounds.width() - size.width()) / 2,
305 parent_bounds.y() + (parent_bounds.height() - size.height()) / 2,
310 window_bounds.AdjustToFit(parent_bounds);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc143 gfx::Rect parent_bounds = parent()->GetContentsBounds();
146 parent_bounds.bottom() - prefsize.height() - views::kButtonVEdgeMargin;
/external/chromium/chrome/browser/ui/views/
H A Dtask_manager_view.cc523 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
525 parent_bounds.bottom() - prefered_height - views::kButtonVEdgeMargin;
H A Dabout_chrome_view.cc395 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
400 parent_bounds.bottom() - sz.height() - views::kButtonVEdgeMargin - 3;
428 parent_bounds.width() - update_label_x,
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc457 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
461 int y_buttons = parent_bounds.bottom() - size.height() - vertical_margin;

Completed in 183 milliseconds