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

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc139 // Returns the origin for |src| when magnetically attaching to |attach_to| along
142 const gfx::Rect& attach_to,
147 y = attach_to.bottom();
150 x = attach_to.right();
153 y = attach_to.y() - src.height();
156 x = attach_to.x() - src.width();
163 edge.secondary_edge, attach_to.x(), attach_to.right() - src.width(),
169 edge.secondary_edge, attach_to.y(), attach_to
141 OriginForMagneticAttach(const gfx::Rect& src, const gfx::Rect& attach_to, const MatchedEdge& edge) argument
179 BoundsForMagneticResizeAttach(const gfx::Rect& src, const gfx::Rect& attach_to, const MatchedEdge& edge) argument
[all...]

Completed in 73 milliseconds