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

  /external/chromium_org/ash/wm/
default_state.cc 249 window_state->SetRestoreBoundsInParent(new_bounds);
257 window_state->SetRestoreBoundsInParent(restore_bounds);
476 window_state->SetRestoreBoundsInParent(stored_bounds_);
483 window_state->SetRestoreBoundsInParent(stored_restore_bounds_);
toplevel_window_event_handler.cc 578 // SetRestoreBoundsInParent) that modifies the window state
585 window_state->SetRestoreBoundsInParent(pre_drag_window_bounds_);
590 window_state->SetRestoreBoundsInParent(pre_drag_window_bounds_);
596 window_state->SetRestoreBoundsInParent(pre_drag_window_bounds_);
603 window_state->SetRestoreBoundsInParent(pre_drag_window_bounds_);
window_state.h 157 void SetRestoreBoundsInParent(const gfx::Rect& bounds_in_parent);
window_state.cc 236 void WindowState::SetRestoreBoundsInParent(const gfx::Rect& bounds) {
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 152 window_state->SetRestoreBoundsInParent(bounds_in_parent);
  /external/chromium_org/ash/
root_window_controller.cc 151 state->SetRestoreBoundsInParent(restore_bounds);
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 717 window_state->SetRestoreBoundsInParent(gfx::Rect(10, 11, 12, 13));
    [all...]

Completed in 251 milliseconds