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

  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.cc 56 snap_type_(SNAP_NONE) {
205 snap_type_ = SNAP_NONE;
209 snap_type_ = SNAP_LEFT;
212 snap_type_ = SNAP_RIGHT;
223 if (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT) {
228 gfx::Rect phantom_bounds_in_parent = (snap_type_ == SNAP_LEFT) ?
256 (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT)) {
261 snap_type_ == SNAP_LEFT
    [all...]
frame_size_button.h 67 // Updates |snap_type_|, whether the size button is pressed and whether any
76 // Snaps |frame_| according to |snap_type_|. Returns true if |frame_| was
107 // |snap_type_| == SNAP_NONE, the size button's default action is run when the
109 SnapType snap_type_; member in class:ash::FrameSizeButton
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 402 snap_type_ = SNAP_NONE;
423 if (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT) {
436 const wm::WMEvent event(snap_type_ == SNAP_LEFT ?
440 snap_type_ == SNAP_LEFT ?
510 snap_type_(SNAP_NONE),
902 SnapType last_type = snap_type_;
903 snap_type_ = GetSnapType(location);
904 if (snap_type_ == SNAP_NONE || snap_type_ != last_type)
    [all...]
workspace_window_resizer.h 197 SnapType snap_type_; member in class:ash::WorkspaceWindowResizer

Completed in 283 milliseconds