Home
last modified time | relevance | path

Searched refs:kBoundsChange_Repositions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_resizer.cc96 const int WindowResizer::kBoundsChange_Repositions = 1; member in ash::WindowResizer
160 bounds_change |= WindowResizer::kBoundsChange_Repositions | in GetBoundsChangeForWindowComponent()
164 bounds_change |= WindowResizer::kBoundsChange_Repositions; in GetBoundsChangeForWindowComponent()
243 if (details.bounds_change & kBoundsChange_Repositions && in CalculateBoundsForDrag()
251 if (details.bounds_change & kBoundsChange_Repositions) { in CalculateBoundsForDrag()
340 if (details.bounds_change & kBoundsChange_Repositions) { in GetOriginForDrag()
Ddefault_window_resizer.h31 return !(details_.bounds_change & kBoundsChange_Repositions); in changed_size()
Dwindow_resizer.h30 static const int kBoundsChange_Repositions; variable