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

  /external/chromium_org/ash/wm/
drag_details.cc 25 WindowResizer::kBoundsChangeDirection_Horizontal |
34 size_change_direction |= WindowResizer::kBoundsChangeDirection_Horizontal;
window_resizer.cc 50 const int WindowResizer::kBoundsChangeDirection_Horizontal = 1;
102 WindowResizer::kBoundsChangeDirection_Horizontal |
113 pos_change_direction |= WindowResizer::kBoundsChangeDirection_Horizontal;
154 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) {
253 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) {
278 if (pos_change_direction & kBoundsChangeDirection_Horizontal)
300 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) {
window_resizer.h 34 static const int kBoundsChangeDirection_Horizontal;
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 488 WindowResizer::kBoundsChangeDirection_Horizontal)) {
    [all...]

Completed in 120 milliseconds