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

  /external/chromium_org/ash/wm/
drag_details.cc 66 window_state->HasRestoreBounds() &&
default_state.cc 39 if (!window_state->HasRestoreBounds())
163 stored_restore_bounds_ = window_state->HasRestoreBounds() ?
213 if (window_state->HasRestoreBounds() &&
237 window_state->HasRestoreBounds() &&
431 if (!window_state->HasRestoreBounds() &&
446 window_state->HasRestoreBounds() &&
514 if (window_state->HasRestoreBounds()) {
600 gfx::Size size = window_state->HasRestoreBounds() ?
window_state.h 119 bool HasRestoreBounds() const;
window_state.cc 185 bool WindowState::HasRestoreBounds() const {
293 DCHECK(HasRestoreBounds());
window_positioner.cc 285 bool has_restore_bounds = top_window_state->HasRestoreBounds();
workspace_controller_unittest.cc 168 EXPECT_FALSE(window_state->HasRestoreBounds());
172 EXPECT_FALSE(window_state->HasRestoreBounds());
299 ASSERT_TRUE(window_state->HasRestoreBounds());
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 150 if (!window_state->HasRestoreBounds())
164 } else if (window_state->HasRestoreBounds()) {
workspace_window_resizer_unittest.cc 574 ASSERT_TRUE(window_state->HasRestoreBounds());
590 ASSERT_TRUE(window_state->HasRestoreBounds());
694 EXPECT_FALSE(window_state->HasRestoreBounds());
752 EXPECT_FALSE(window_state->HasRestoreBounds());
    [all...]
workspace_event_handler_unittest.cc 126 EXPECT_FALSE(window_state->HasRestoreBounds());
workspace_window_resizer.cc 428 if (!window_state()->HasRestoreBounds()) {
    [all...]
workspace_layout_manager_unittest.cc 712 EXPECT_FALSE(window_state->HasRestoreBounds());
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 239 if (is_resized && is_docked_ && window_state_->HasRestoreBounds()) {
docked_window_layout_manager_unittest.cc 206 !wm::GetWindowState(window)->HasRestoreBounds()) {
    [all...]
docked_window_layout_manager.cc     [all...]
docked_window_resizer_unittest.cc 233 !wm::GetWindowState(window)->HasRestoreBounds()) {
    [all...]
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 73 if (state_object->HasRestoreBounds())
  /external/chromium_org/ash/
root_window_controller.cc 130 bool has_restore_bounds = state->HasRestoreBounds();
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc     [all...]

Completed in 803 milliseconds