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

  /external/chromium/chrome/browser/ui/tabs/
dock_info_gtk.cc 181 DockInfo DockInfo::GetDockInfoAtPoint(const gfx::Point& screen_point,
184 return factory_->GetDockInfoAtPoint(screen_point, ignore);
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);
  /external/chromium/chrome/browser/ui/views/tabs/
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 104 milliseconds