Searched defs:kBoundsChange_Repositions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_resizer.h29 static const int kBoundsChange_Repositions; member in class:ash::WindowResizer
H A Dwindow_resizer.cc43 const int WindowResizer::kBoundsChange_Repositions = 1; member in class:ash::WindowResizer
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) {

Completed in 73 milliseconds