Searched defs:parent_bounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc434 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
438 int y_buttons = parent_bounds.bottom() - size.height() - vertical_margin;
/external/chromium_org/ui/views/widget/
H A Droot_view.cc83 const gfx::Rect& parent_bounds = parent->GetBoundsInScreen(); variable
84 location.SetToMax(parent_bounds.origin());
85 location.SetToMin(parent_bounds.bottom_right());
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc911 gfx::Rect parent_bounds = panel_container_->bounds(); local
912 int available_space = parent_bounds.height() - keyboard_bounds.height();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc836 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
842 int y_buttons = parent_bounds.bottom() -
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc1125 gfx::Rect parent_bounds = current_profile_photo_->bounds(); local
1127 parent_bounds.right() - preferred_size.width(),
1128 parent_bounds.bottom() - preferred_size.height(),
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc403 gfx::Rect parent_bounds = GetWorkAreaBoundsInScreen(); local
412 parent_bounds = transient_parent_rect;
417 parent_bounds.x() + (parent_bounds.width() - size.width()) / 2,
418 parent_bounds.y() + (parent_bounds.height() - size.height()) / 2,
423 window_bounds.AdjustToFit(parent_bounds);

Completed in 1257 milliseconds