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

  /external/chromium_org/ash/wm/
drag_details.cc 26 WindowResizer::kBoundsChangeDirection_Vertical;
30 size_change_direction |= WindowResizer::kBoundsChangeDirection_Vertical;
window_resizer.cc 52 const int WindowResizer::kBoundsChangeDirection_Vertical = 2;
103 WindowResizer::kBoundsChangeDirection_Vertical;
108 pos_change_direction |= WindowResizer::kBoundsChangeDirection_Vertical;
166 if (details().size_change_direction & kBoundsChangeDirection_Vertical) {
262 if (details().size_change_direction & kBoundsChangeDirection_Vertical) {
280 if (pos_change_direction & kBoundsChangeDirection_Vertical)
330 if (details().size_change_direction & kBoundsChangeDirection_Vertical) {
window_resizer.h 35 static const int kBoundsChangeDirection_Vertical;

Completed in 178 milliseconds