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

  /external/chromium_org/ash/wm/workspace/
snap_types.h 13 SNAP_LEFT,
frame_maximize_button.cc 119 case SNAP_LEFT:
443 if (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT) {
444 SnapSizer::Edge snap_edge = snap_type_ == SNAP_LEFT ?
475 return maximize_type == FRAME_STATE_SNAP_LEFT ? SNAP_RESTORE : SNAP_LEFT;
488 case SNAP_LEFT:
528 case SNAP_LEFT:
531 snap_type_ == SNAP_LEFT ?
  /external/chromium_org/ash/wm/
custom_frame_view_ash_unittest.cc 448 GetButtonForUnitTest(SNAP_LEFT)->GetBoundsInScreen().CenterPoint();
495 GetButtonForUnitTest(SNAP_LEFT)->GetBoundsInScreen().CenterPoint();
670 ClickMaxButton(maximize_button, window, SNAP_LEFT);
679 ClickMaxButton(maximize_button, window, SNAP_LEFT);
704 ClickMaxButton(maximize_button, window, SNAP_LEFT);
711 ClickMaxButton(maximize_button, window, SNAP_LEFT);
734 ClickMaxButton(maximize_button, window, SNAP_LEFT);
768 ClickMaxButton(maximize_button, window, SNAP_LEFT);
    [all...]
maximize_bubble_controller.cc 254 // |state| can be either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
300 // |state| can be either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
335 // |state| can be either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
597 SNAP_RESTORE : SNAP_LEFT);
616 SNAP_RESTORE : SNAP_LEFT);
630 case SNAP_LEFT:
714 case SNAP_LEFT:

Completed in 67 milliseconds