Searched refs:GetRestoreBoundsInParent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc74 bounds_in_parent = state_object->GetRestoreBoundsInParent();
/external/chromium_org/ash/wm/
H A Dwindow_state.h148 gfx::Rect GetRestoreBoundsInParent() const;
H A Ddefault_state.cc164 window_state->GetRestoreBoundsInParent() : gfx::Rect();
515 bounds_in_parent = window_state->GetRestoreBoundsInParent();
H A Dwindow_state.cc234 gfx::Rect WindowState::GetRestoreBoundsInParent() const { function in class:ash::wm::WindowState
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc707 EXPECT_EQ("10,20 30x40", window_state->GetRestoreBoundsInParent().ToString());
724 EXPECT_EQ("10,11 12x13", window_state->GetRestoreBoundsInParent().ToString());
739 window_state->GetRestoreBoundsInParent().ToString());
743 window_state->GetRestoreBoundsInParent().ToString());
749 window_state->GetRestoreBoundsInParent().ToString());
H A Dworkspace_window_resizer_unittest.cc684 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
710 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
723 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
737 EXPECT_EQ(window_state->GetRestoreBoundsInParent().ToString(),
/external/chromium_org/ash/
H A Droot_window_controller.cc141 restore_bounds = state->GetRestoreBoundsInParent();
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc450 gfx::Rect normal_bounds = window_state->GetRestoreBoundsInParent();

Completed in 119 milliseconds