HomeSort by relevance Sort by last modified time
    Searched defs:DockInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 15 // 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 {
48 DockInfo() : type_(NONE), window_(NULL), in_enable_area_(false) {}
62 DockInfo::Type type,
69 // Returns the DockInfo for the specified point |screen_point|. |ignore
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 15 // 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 {
29 virtual DockInfo GetDockInfoAtPoint(
62 DockInfo() : type_(NONE), window_(NULL), in_enable_area_(false) {}
76 DockInfo::Type type
    [all...]

Completed in 89 milliseconds