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

  /external/chromium_org/ash/wm/
property_util.h 30 ASH_EXPORT void SetRestoreBoundsInParent(aura::Window* window,
property_util.cc 23 void SetRestoreBoundsInParent(aura::Window* window, const gfx::Rect& bounds) {
toplevel_window_event_handler.cc 299 SetRestoreBoundsInParent(target, pre_drag_window_bounds_);
301 SetRestoreBoundsInParent(target, pre_drag_window_bounds_);
base_layout_manager.cc 130 SetRestoreBoundsInParent(window, window->bounds());
base_layout_manager_unittest.cc 251 SetRestoreBoundsInParent(window.get(), gfx::Rect(10, 11, 12, 13));
  /external/chromium_org/ash/wm/workspace/
snap_sizer.cc 104 SetRestoreBoundsInParent(window, sizer.GetSnapBounds(window->bounds()));
workspace_layout_manager.cc 159 SetRestoreBoundsInParent(window, window->bounds());
  /external/chromium_org/ash/
root_window_controller.cc 95 SetRestoreBoundsInParent(window, restore_bounds);

Completed in 72 milliseconds