Home
last modified time | relevance | path

Searched refs:IsSnapped (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ash/wm/
Ddefault_state.cc124 if (next_state_type == current && window_state->IsSnapped()) { in OnWMEvent()
248 if (window_state->IsSnapped()) { in ProcessCompoundEvents()
401 } else if (window_state->IsSnapped()) { in SetBounds()
429 (window_state->IsSnapped() || in EnterToNextState()
597 if (window_state->IsSnapped()) { in CenterWindow()
Dwindow_state.cc120 bool WindowState::IsSnapped() const { in IsSnapped() function in ash::wm::WindowState
131 return IsNormalStateType() || IsSnapped(); in IsNormalOrSnapped()
339 if (is_dragged() || !IsSnapped()) in AdjustSnappedBounds()
Dwindow_state.h100 bool IsSnapped() const;
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_window_manager_unittest.cc921 EXPECT_TRUE(window_state->IsSnapped()); in TEST_F()
927 EXPECT_FALSE(window_state->IsSnapped()); in TEST_F()
930 EXPECT_FALSE(window_state->IsSnapped()); in TEST_F()
933 EXPECT_FALSE(window_state->IsSnapped()); in TEST_F()
937 EXPECT_TRUE(window_state->IsSnapped()); in TEST_F()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer_unittest.cc1526 EXPECT_FALSE(window_state->IsSnapped()); in TEST_P()
1538 EXPECT_TRUE(window_state->IsSnapped()); in TEST_P()
1549 EXPECT_FALSE(window_state->IsSnapped()); in TEST_P()
1562 EXPECT_TRUE(window_state->IsSnapped()); in TEST_P()
Ddocked_window_layout_manager.cc821 window_state->IsSnapped()) { in OnPreWindowStateTypeChange()
/external/chromium_org/ash/wm/workspace/
Dworkspace_event_handler_unittest.cc360 EXPECT_TRUE(window_state->IsSnapped()); in TEST_F()
Dworkspace_window_resizer.cc451 if (window_state()->IsSnapped()) { in CompleteDrag()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc86 return window_state->IsDocked() || window_state->IsSnapped(); in IsDockedOrSnapped()
Dtab_drag_controller_interactive_uitest.cc2195 EXPECT_FALSE(window_state->IsSnapped()); in IN_PROC_BROWSER_TEST_P()