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

  /external/chromium_org/ash/wm/
window_resizer.h 34 static const int kBoundsChangeDirection_Horizontal;
window_resizer.cc 49 const int WindowResizer::kBoundsChangeDirection_Horizontal = 1;
101 WindowResizer::kBoundsChangeDirection_Horizontal |
112 pos_change_direction |= WindowResizer::kBoundsChangeDirection_Horizontal;
153 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) {
252 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) {
277 if (pos_change_direction & kBoundsChangeDirection_Horizontal)
299 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) {

Completed in 81 milliseconds