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

  /external/chromium_org/ash/wm/
window_state.h 148 gfx::Rect GetRestoreBoundsInParent() const;
default_state.cc 164 window_state->GetRestoreBoundsInParent() : gfx::Rect();
506 bounds_in_parent = window_state->GetRestoreBoundsInParent();
window_state.cc 227 gfx::Rect WindowState::GetRestoreBoundsInParent() const {
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 74 bounds_in_parent = state_object->GetRestoreBoundsInParent();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 704 EXPECT_EQ("10,20 30x40", window_state->GetRestoreBoundsInParent().ToString());
721 EXPECT_EQ("10,11 12x13", window_state->GetRestoreBoundsInParent().ToString());
736 window_state->GetRestoreBoundsInParent().ToString());
740 window_state->GetRestoreBoundsInParent().ToString());
746 window_state->GetRestoreBoundsInParent().ToString());
    [all...]
workspace_window_resizer_unittest.cc 683 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
709 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
722 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
736 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 140 restore_bounds = state->GetRestoreBoundsInParent();
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 448 gfx::Rect normal_bounds = window_state->GetRestoreBoundsInParent();
    [all...]

Completed in 841 milliseconds