HomeSort by relevance Sort by last modified time
    Searched refs:GetSnapBounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 57 gfx::Rect GetSnapBounds(const gfx::Rect& bounds);
snap_sizer.cc 104 SetRestoreBoundsInParent(window, sizer.GetSnapBounds(window->bounds()));
108 window->SetBounds(sizer.GetSnapBounds(window->bounds()));
143 gfx::Rect SnapSizer::GetSnapBounds(const gfx::Rect& bounds) {
  /external/chromium_org/ash/wm/
toplevel_window_event_handler_unittest.cc 396 gfx::Rect snapped_bounds = sizer.GetSnapBounds(target->bounds());
417 gfx::Rect snapped_bounds = sizer.GetSnapBounds(target->bounds());
536 gfx::Rect snapped_bounds = sizer.GetSnapBounds(target->bounds());
561 gfx::Rect snapped_bounds = sizer.GetSnapBounds(target->bounds());

Completed in 67 milliseconds