Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc151 const gfx::Rect& attach_to, in OriginForMagneticAttach() argument
156 y = attach_to.bottom(); in OriginForMagneticAttach()
159 x = attach_to.right(); in OriginForMagneticAttach()
162 y = attach_to.y() - src.height(); in OriginForMagneticAttach()
165 x = attach_to.x() - src.width(); in OriginForMagneticAttach()
172 edge.secondary_edge, attach_to.x(), attach_to.right() - src.width(), in OriginForMagneticAttach()
178 edge.secondary_edge, attach_to.y(), attach_to.bottom() - src.height(), in OriginForMagneticAttach()
189 const gfx::Rect& attach_to, in BoundsForMagneticResizeAttach() argument
195 gfx::Point attach_origin(OriginForMagneticAttach(src, attach_to, edge)); in BoundsForMagneticResizeAttach()