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

  /external/chromium_org/ash/wm/
default_state.cc 124 if (next_state_type == current && window_state->IsSnapped()) {
248 if (window_state->IsSnapped()) {
401 } else if (window_state->IsSnapped()) {
429 (window_state->IsSnapped() ||
597 if (window_state->IsSnapped()) {
window_state.cc 120 bool WindowState::IsSnapped() const {
131 return IsNormalStateType() || IsSnapped();
339 if (is_dragged() || !IsSnapped())
window_state.h 100 bool IsSnapped() const;
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_manager_unittest.cc     [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc     [all...]
docked_window_layout_manager.cc 821 window_state->IsSnapped()) {
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 360 EXPECT_TRUE(window_state->IsSnapped());
workspace_window_resizer.cc 451 if (window_state()->IsSnapped()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 86 return window_state->IsDocked() || window_state->IsSnapped();
    [all...]
tab_drag_controller_interactive_uitest.cc     [all...]

Completed in 708 milliseconds