HomeSort by relevance Sort by last modified time
    Searched defs:parent_bounds (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
task_manager_view.cc 434 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
438 int y_buttons = parent_bounds.bottom() - size.height() - vertical_margin;
  /external/chromium_org/ui/views/widget/
root_view.cc 83 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/
panel_layout_manager.cc 911 gfx::Rect parent_bounds = panel_container_->bounds(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 836 gfx::Rect parent_bounds = parent()->GetContentsBounds(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 1125 gfx::Rect parent_bounds = current_profile_photo_->bounds(); local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 403 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);
    [all...]

Completed in 158 milliseconds