Home
last modified time | relevance | path

Searched refs:SNAP_RIGHT (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/caption_buttons/
Dbubble_contents_button_row.cc138 SNAP_RESTORE : SNAP_RIGHT); in ButtonPressed()
155 SNAP_RESTORE : SNAP_RIGHT); in ButtonHovered()
168 case SNAP_RIGHT: in GetButtonForUnitTest()
Dframe_maximize_button.cc126 case SNAP_RIGHT: in SnapButtonHovered()
445 if (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT) { in UpdateSnap()
480 return maximize_type == FRAME_STATE_SNAP_RIGHT ? SNAP_RESTORE : SNAP_RIGHT; in SnapTypeForLocation()
492 case SNAP_RIGHT: in ScreenBoundsForType()
531 case SNAP_RIGHT: { in Snap()
Dalternate_frame_size_button.cc168 snap_type_ = SNAP_RIGHT; in UpdatePressedButton()
187 (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT)) { in CommitSnap()
Dmaximize_bubble_controller_bubble.cc100 case SNAP_RIGHT: in SetSnapType()
/external/chromium_org/ash/wm/workspace/
Dsnap_types.h14 SNAP_RIGHT, enumerator
Dworkspace_window_resizer.cc449 (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT)) { in CompleteDrag()
1031 return SNAP_RIGHT; in GetSnapType()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc552 (edge == SNAP_RIGHT && alignment == DOCKED_ALIGNMENT_LEFT)) { in CanDockWindow()
560 (edge == SNAP_RIGHT && shelf_alignment == SHELF_ALIGNMENT_RIGHT)) { in CanDockWindow()