HomeSort by relevance Sort by last modified time
    Searched refs:GetDockInfoAtPoint (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 16 // tab. To use DockInfo invoke GetDockInfoAtPoint. This returns a new
20 // new location. If the DockInfo is not valid, invoke GetDockInfoAtPoint to
29 virtual DockInfo GetDockInfoAtPoint(
95 static DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point,
99 // See GetDockInfoAtPoint for a description of |ignore|. This returns NULL if
dock_info_win.cc 195 static DockInfo GetDockInfoAtPoint(const gfx::Point& screen_loc,
272 DockInfo DockInfo::GetDockInfoAtPoint(const gfx::Point& screen_point,
275 return factory_->GetDockInfoAtPoint(screen_point, ignore);
278 DockInfo info = DockToWindowFinder::GetDockInfoAtPoint(screen_point, ignore);
dock_info_gtk.cc 181 DockInfo DockInfo::GetDockInfoAtPoint(const gfx::Point& screen_point,
184 return factory_->GetDockInfoAtPoint(screen_point, ignore);
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 202 DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point);
dragged_tab_controller.cc 597 DockInfo dock_info = GetDockInfoAtPoint(screen_point);
773 DockInfo DraggedTabController::GetDockInfoAtPoint(
789 DockInfo info = DockInfo::GetDockInfoAtPoint(screen_point, dock_windows_);
    [all...]

Completed in 115 milliseconds