Searched refs:kBoundsChange_Repositions (Results 1 – 3 of 3) sorted by relevance
96 const int WindowResizer::kBoundsChange_Repositions = 1; member in ash::WindowResizer160 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()
31 return !(details_.bounds_change & kBoundsChange_Repositions); in changed_size()
30 static const int kBoundsChange_Repositions; variable