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

  /external/chromium_org/ash/wm/workspace/
snap_types.h 18 SNAP_NONE
workspace_window_resizer.cc 426 snap_type_ = SNAP_NONE;
521 snap_type_(SNAP_NONE),
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SnapScrollController.java 17 private static final int SNAP_NONE = 0;
23 private int mSnapScrollMode = SNAP_NONE;
47 mSnapScrollMode = SNAP_NONE;
54 mSnapScrollMode = SNAP_NONE;
70 mSnapScrollMode = SNAP_NONE;
78 // Scrolling mode will remain in SNAP_NONE for other conditions.
81 mSnapScrollMode == SNAP_NONE) {
126 mSnapScrollMode = SNAP_NONE;
147 return mSnapScrollMode != SNAP_NONE;
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc 90 snap_type_(SNAP_NONE),
141 case SNAP_NONE:
156 if (snap_type_ == SNAP_NONE)
250 SnapButtonHovered(SNAP_NONE);
345 snap_type_ = SNAP_NONE;
375 if (!should_snap || snap_type_ == SNAP_NONE)
398 snap_type_ = SNAP_NONE;
440 if (snap_type_ == SNAP_NONE) {
514 case SNAP_NONE:
554 case SNAP_NONE
    [all...]
alternate_frame_size_button.cc 40 snap_type_(SNAP_NONE) {
161 snap_type_ = SNAP_NONE;
171 // snap_type_ = SNAP_NONE
206 snap_type_ = SNAP_NONE;
maximize_bubble_controller.cc 21 snap_type_for_creation_(SNAP_NONE),
bubble_contents_button_row.cc 157 bubble_->controller()->OnButtonHover(SNAP_NONE);
frame_maximize_button_unittest.cc 631 // If |snap_type| is SNAP_NONE the FrameMaximizeButton gets clicked, otherwise
652 if (snap_type != SNAP_NONE) {
700 ClickMaxButton(maximize_button, window, SNAP_NONE);
737 ClickMaxButton(maximize_button, window, SNAP_NONE);
740 ClickMaxButton(maximize_button, window, SNAP_NONE);
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc     [all...]

Completed in 719 milliseconds