Home
last modified time | relevance | path

Searched refs:kBoundsChangeDirection_None (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_resizer.cc29 int pos_change_direction = WindowResizer::kBoundsChangeDirection_None; in GetPositionChangeDirectionForWindowComponent()
56 int size_change_direction = WindowResizer::kBoundsChangeDirection_None; in GetSizeChangeDirectionForWindowComponent()
101 const int WindowResizer::kBoundsChangeDirection_None = 0; member in ash::WindowResizer
134 is_resizable(bounds_change != kBoundsChangeDirection_None), in Details()
Dwindow_resizer.h34 static const int kBoundsChangeDirection_None; variable