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

  /external/chromium_org/ash/wm/workspace/
frame_maximize_button.cc 92 snap_type_(SNAP_NONE),
112 if (is_snap_enabled_ || (type == snap_type_ && snap_sizer_))
152 if (snap_type_ == SNAP_NONE)
158 snap_type_ = snap_type;
289 snap_type_ = SnapTypeForLocation(event->location());
304 snap_type_ = SnapTypeForLocation(event->location());
343 snap_type_ = SNAP_NONE;
373 if (!should_snap || snap_type_ == SNAP_NONE)
396 snap_type_ = SNAP_NONE;
424 if (type == snap_type_) {
    [all...]
workspace_window_resizer.cc 389 snap_type_ = SNAP_NONE;
413 (snap_type_ == SNAP_LEFT_EDGE || snap_type_ == SNAP_RIGHT_EDGE)) {
473 snap_type_(SNAP_NONE),
858 SnapType last_type = snap_type_;
859 snap_type_ = GetSnapType(location);
860 if (snap_type_ == SNAP_NONE || snap_type_ != last_type) {
863 if (snap_type_ == SNAP_NONE)
867 SnapSizer::Edge edge = (snap_type_ == SNAP_LEFT_EDGE)
    [all...]
frame_maximize_button.h 39 // Updates |snap_type_| based on a a given snap type. This is used by
117 // Updates |snap_type_| based on a mouse drag. If |select_default| is set,
165 SnapType snap_type_; member in class:ash::FrameMaximizeButton
workspace_window_resizer.h 189 SnapType snap_type_; member in class:ash::internal::WorkspaceWindowResizer

Completed in 57 milliseconds