HomeSort by relevance Sort by last modified time
    Searched full:snap_left (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/wm/workspace/
snap_types.h 13 SNAP_LEFT,
workspace_window_resizer.cc 449 (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT)) {
    [all...]
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.h 54 // for a button has changed. |snap_type| can be either SNAP_LEFT, SNAP_RIGHT,
67 // either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
alternate_frame_size_button.cc 165 snap_type_ = SNAP_LEFT;
187 (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT)) {
190 snap_type_ == SNAP_LEFT ?
193 snap_type_ == SNAP_LEFT ?
bubble_contents_button_row.h 35 // |state| can be either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
bubble_contents_button_row.cc 131 SNAP_RESTORE : SNAP_LEFT);
149 SNAP_RESTORE : SNAP_LEFT);
164 case SNAP_LEFT:
frame_maximize_button.cc 123 case SNAP_LEFT:
445 if (snap_type_ == SNAP_LEFT || snap_type_ == SNAP_RIGHT) {
446 SnapSizer::Edge snap_edge = snap_type_ == SNAP_LEFT ?
478 return maximize_type == FRAME_STATE_SNAP_LEFT ? SNAP_RESTORE : SNAP_LEFT;
491 case SNAP_LEFT:
530 case SNAP_LEFT:
534 snap_type_ == SNAP_LEFT ?
maximize_bubble_controller_bubble.h 76 // |state| can be either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
frame_maximize_button_unittest.cc 456 GetButtonForUnitTest(SNAP_LEFT)->GetBoundsInScreen().CenterPoint();
502 GetButtonForUnitTest(SNAP_LEFT)->GetBoundsInScreen().CenterPoint();
671 ClickMaxButton(maximize_button, window, SNAP_LEFT);
681 ClickMaxButton(maximize_button, window, SNAP_LEFT);
705 ClickMaxButton(maximize_button, window, SNAP_LEFT);
712 ClickMaxButton(maximize_button, window, SNAP_LEFT);
732 ClickMaxButton(maximize_button, window, SNAP_LEFT);
    [all...]
maximize_bubble_controller_bubble.cc 41 // |state| can be either SNAP_LEFT, SNAP_RIGHT or SNAP_MINIMIZE.
97 case SNAP_LEFT:
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 485 gfx::Rect snap_left = window->bounds(); local
487 EXPECT_NE(window->bounds().ToString(), snap_left.ToString());
489 EXPECT_NE(window->bounds().ToString(), snap_left.ToString());
493 EXPECT_EQ(window->bounds().ToString(), snap_left.ToString());
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 551 if ((edge == SNAP_LEFT && alignment == DOCKED_ALIGNMENT_RIGHT) ||
559 if ((edge == SNAP_LEFT && shelf_alignment == SHELF_ALIGNMENT_LEFT) ||
    [all...]

Completed in 130 milliseconds