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

  /external/chromium_org/ash/wm/
default_window_resizer.h 28 return !(details().bounds_change & kBoundsChange_Repositions);
window_resizer.cc 43 const int WindowResizer::kBoundsChange_Repositions = 1;
74 bounds_change |= WindowResizer::kBoundsChange_Repositions |
78 bounds_change |= WindowResizer::kBoundsChange_Repositions;
183 if (details().bounds_change & kBoundsChange_Repositions &&
191 if (details().bounds_change & kBoundsChange_Repositions) {
275 if (details().bounds_change & kBoundsChange_Repositions) {
window_resizer.h 29 static const int kBoundsChange_Repositions;
toplevel_window_event_handler.cc 132 WindowResizer::kBoundsChange_Repositions;

Completed in 31 milliseconds