Searched refs:GetAttachedDragPoint (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h229 gfx::Point GetAttachedDragPoint(const gfx::Point& screen_point);
H A Ddragged_tab_controller.cc704 gfx::Point dragged_view_point = GetAttachedDragPoint(screen_point);
1062 gfx::Point DraggedTabController::GetAttachedDragPoint( function in class:DraggedTabController
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h390 gfx::Point GetAttachedDragPoint(const gfx::Point& point_in_screen);
H A Dtab_drag_controller.cc923 gfx::Point dragged_view_point = GetAttachedDragPoint(point_in_screen);
1002 gfx::Point dragged_view_point = GetAttachedDragPoint(point_in_screen);
1311 gfx::Point attached_point = GetAttachedDragPoint(point_in_screen);
1585 gfx::Point TabDragController::GetAttachedDragPoint( function in class:TabDragController

Completed in 102 milliseconds