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

  /external/chromium_org/ui/events/gesture_detection/
snap_scroll_controller.h 36 void ResetSnapScrollMode() { snap_scroll_mode_ = SNAP_NONE; }
39 bool IsSnappingScrolls() const { return snap_scroll_mode_ != SNAP_NONE; }
43 SNAP_NONE,
snap_scroll_controller.cc 37 snap_scroll_mode_(SNAP_NONE),
52 snap_scroll_mode_ = SNAP_NONE;
59 snap_scroll_mode_ = SNAP_NONE;
73 snap_scroll_mode_ = SNAP_NONE;
81 // Scrolling mode will remain in SNAP_NONE for other conditions.
84 snap_scroll_mode_ == SNAP_NONE) {
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 54 SNAP_NONE
107 // |snap_type_| == SNAP_NONE, the size button's default action is run when the
frame_size_button.cc 56 snap_type_(SNAP_NONE) {
205 snap_type_ = SNAP_NONE;
278 snap_type_ = SNAP_NONE;
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 75 SNAP_NONE
154 // no more dragging. SNAP_NONE is returned if the window should not be
workspace_window_resizer.cc 402 snap_type_ = SNAP_NONE;
510 snap_type_(SNAP_NONE),
904 if (snap_type_ == SNAP_NONE || snap_type_ != last_type) {
907 if (snap_type_ == SNAP_NONE)
    [all...]

Completed in 98 milliseconds