Home
last modified time | relevance | path

Searched refs:IsDocked (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_state.h109 bool IsDocked() const;
Dwindow_state.cc138 bool WindowState::IsDocked() const { in IsDocked() function in ash::wm::WindowState
Ddefault_state.cc430 (!window_state->IsDocked() && !IsPanel(window_state->window())))) { in EnterToNextState()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer_unittest.cc1525 EXPECT_TRUE(window_state->IsDocked()); in TEST_P()
1537 EXPECT_FALSE(window_state->IsDocked()); in TEST_P()
1548 EXPECT_TRUE(window_state->IsDocked()); in TEST_P()
1561 EXPECT_FALSE(window_state->IsDocked()); in TEST_P()
1585 EXPECT_TRUE(window_state->IsDocked()); in TEST_P()
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc267 if (window && !wm::GetWindowState(window)->IsDocked()) { in HandlePositionCenter()
/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.cc2194 EXPECT_TRUE(window_state->IsDocked()); in IN_PROC_BROWSER_TEST_P()