SNAP_NONE          56 ash/frame/caption_buttons/alternate_frame_size_button.cc       snap_type_(SNAP_NONE) {
SNAP_NONE         205 ash/frame/caption_buttons/alternate_frame_size_button.cc   snap_type_ = SNAP_NONE;
SNAP_NONE         278 ash/frame/caption_buttons/alternate_frame_size_button.cc   snap_type_ = SNAP_NONE;
SNAP_NONE         157 ash/frame/caption_buttons/bubble_contents_button_row.cc     bubble_->controller()->OnButtonHover(SNAP_NONE);
SNAP_NONE          88 ash/frame/caption_buttons/frame_maximize_button.cc       snap_type_(SNAP_NONE),
SNAP_NONE         137 ash/frame/caption_buttons/frame_maximize_button.cc     case SNAP_NONE:
SNAP_NONE         236 ash/frame/caption_buttons/frame_maximize_button.cc         SnapButtonHovered(SNAP_NONE);
SNAP_NONE         330 ash/frame/caption_buttons/frame_maximize_button.cc   snap_type_ = SNAP_NONE;
SNAP_NONE         359 ash/frame/caption_buttons/frame_maximize_button.cc   if (!should_snap || snap_type_ == SNAP_NONE)
SNAP_NONE         378 ash/frame/caption_buttons/frame_maximize_button.cc   snap_type_ = SNAP_NONE;
SNAP_NONE         410 ash/frame/caption_buttons/frame_maximize_button.cc   if (snap_type_ == SNAP_NONE) {
SNAP_NONE         471 ash/frame/caption_buttons/frame_maximize_button.cc     case SNAP_NONE:
SNAP_NONE         510 ash/frame/caption_buttons/frame_maximize_button.cc     case SNAP_NONE:
SNAP_NONE         588 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   if (snap_type != SNAP_NONE) {
SNAP_NONE         636 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   ClickMaxButton(maximize_button, window, SNAP_NONE);
SNAP_NONE         673 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   ClickMaxButton(maximize_button, window, SNAP_NONE);
SNAP_NONE         676 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   ClickMaxButton(maximize_button, window, SNAP_NONE);
SNAP_NONE          21 ash/frame/caption_buttons/maximize_bubble_controller.cc       snap_type_for_creation_(SNAP_NONE),
SNAP_NONE         937 ash/wm/dock/docked_window_layout_manager.cc   if (!CanDockWindow(window, SNAP_NONE)) {
SNAP_NONE         403 ash/wm/workspace/workspace_window_resizer.cc     snap_type_ = SNAP_NONE;
SNAP_NONE         511 ash/wm/workspace/workspace_window_resizer.cc       snap_type_(SNAP_NONE),
SNAP_NONE         905 ash/wm/workspace/workspace_window_resizer.cc   if (snap_type_ == SNAP_NONE || snap_type_ != last_type) {
SNAP_NONE         908 ash/wm/workspace/workspace_window_resizer.cc     if (snap_type_ == SNAP_NONE) {
SNAP_NONE         922 ash/wm/workspace/workspace_window_resizer.cc   const bool can_snap = snap_type_ != SNAP_NONE && window_state()->CanSnap();
SNAP_NONE         924 ash/wm/workspace/workspace_window_resizer.cc     snap_type_ = SNAP_NONE;
SNAP_NONE        1014 ash/wm/workspace/workspace_window_resizer.cc   return SNAP_NONE;
SNAP_NONE          23 ui/events/gesture_detection/snap_scroll_controller.cc       snap_scroll_mode_(SNAP_NONE),
SNAP_NONE          38 ui/events/gesture_detection/snap_scroll_controller.cc         snap_scroll_mode_ = SNAP_NONE;
SNAP_NONE          45 ui/events/gesture_detection/snap_scroll_controller.cc         snap_scroll_mode_ = SNAP_NONE;
SNAP_NONE          59 ui/events/gesture_detection/snap_scroll_controller.cc       snap_scroll_mode_ = SNAP_NONE;
SNAP_NONE          70 ui/events/gesture_detection/snap_scroll_controller.cc           snap_scroll_mode_ == SNAP_NONE) {
SNAP_NONE          40 ui/events/gesture_detection/snap_scroll_controller.h   void ResetSnapScrollMode() { snap_scroll_mode_ = SNAP_NONE; }
SNAP_NONE          43 ui/events/gesture_detection/snap_scroll_controller.h   bool IsSnappingScrolls() const { return snap_scroll_mode_ != SNAP_NONE; }