Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.h127 bool UpdateMagnetismWindow(const gfx::Rect& bounds, uint32 edges);
Dworkspace_window_resizer.cc713 if (UpdateMagnetismWindow(*bounds, kAllMagnetismEdges)) { in MagneticallySnapToOtherWindows()
727 if (UpdateMagnetismWindow(*bounds, edges)) { in MagneticallySnapResizeToOtherWindows()
737 bool WorkspaceWindowResizer::UpdateMagnetismWindow(const gfx::Rect& bounds, in UpdateMagnetismWindow() function in ash::internal::WorkspaceWindowResizer