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

/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h15 // DockInfo is used to do determine possible dock locations for a dragged
16 // tab. To use DockInfo invoke GetDockInfoAtPoint. This returns a new
17 // DockInfo whose type indicates the type of dock that should occur based
19 // IsValidForPoint, this returns true if the DockInfo is still valid for the
20 // new location. If the DockInfo is not valid, invoke GetDockInfoAtPoint to
21 // get the new DockInfo. Use GetNewWindowBounds to get the position to place
25 class DockInfo { class
48 DockInfo() : type_(NONE), window_(NULL), in_enable_area_(false) {} function in class:DockInfo
62 DockInfo::Type type,
69 // Returns the DockInfo fo
[all...]

Completed in 54 milliseconds