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

/external/chromium_org/ash/wm/
H A Dwindow_state.h109 bool IsDocked() const;
H A Dwindow_state.cc138 bool WindowState::IsDocked() const { function in class:ash::wm::WindowState
H A Ddefault_state.cc425 // This Docked/Snapped hack is due to the issue that IsDocked returns
430 (!window_state->IsDocked() && !IsPanel(window_state->window())))) {
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc1525 EXPECT_TRUE(window_state->IsDocked());
1537 EXPECT_FALSE(window_state->IsDocked());
1548 EXPECT_TRUE(window_state->IsDocked());
1561 EXPECT_FALSE(window_state->IsDocked());
1585 EXPECT_TRUE(window_state->IsDocked());
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc267 if (window && !wm::GetWindowState(window)->IsDocked()) {
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc86 return window_state->IsDocked() || window_state->IsSnapped();
H A Dtab_drag_controller_interactive_uitest.cc2194 EXPECT_TRUE(window_state->IsDocked());

Completed in 583 milliseconds