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

  /external/chromium_org/ash/wm/
window_state.h 156 // TODO(oshima): Consolidate this and window_position_managed
182 bool window_position_managed() const { return window_position_managed_; } function in class:ash::wm::WindowState
183 void set_window_position_managed(bool window_position_managed) {
184 window_position_managed_ = window_position_managed;
window_positioner.cc 61 return !window_state->is_dragged() && window_state->window_position_managed();
71 return window_state->window_position_managed() &&
186 wm::GetWindowState(window)->window_position_managed()) {
  /external/chromium_org/ash/wm/workspace/
snap_sizer_unittest.cc 390 EXPECT_TRUE(window_state->window_position_managed());
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 647 return ash::wm::GetWindowState(window)->window_position_managed();
    [all...]

Completed in 51 milliseconds