Home | History | Annotate | Download | only in app_list

Lines Matching refs:anchor

16 // Helps anchor the App List, onto the shelf (taskbar, dock or similar) or to
18 // when and how to anchor the window. The platform-specific code that uses this
57 // Finds the position for a window to anchor it to a corner of the screen.
58 // |corner| specifies which corner to anchor the window to. Returns the
61 // anchor point will potentially position the window under it.
64 // Finds the position for a window to anchor it to the center of the screen.
68 // Finds the position for a window to anchor it to the corner of the shelf.
75 // Finds the position for a window to anchor it to the center of the shelf.
81 // Finds the position for a window to anchor it to the shelf at a point
102 // Ensures that an anchor point will result in a window that is fully within
103 // the work area. Returns the updated anchor point.
104 gfx::Point ClampAnchorPoint(gfx::Point anchor) const;