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

/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc884 gfx::Point* drag_point) {
889 *drag_point = event.root_location();
896 drag_point);
899 views::View::ConvertPointFromWidget(this, drag_point);
904 *drag_point = event.location();
905 views::View::ConvertPointToTarget(drag_view_, this, drag_point);
909 void AppsGridView::CalculateDropTarget(const gfx::Point& drag_point, argument
912 gfx::Point point(drag_point);
913 if (!IsPointWithinDragBuffer(drag_point)) {
1008 void AppsGridView::MaybeStartPageFlipTimer(const gfx::Point& drag_point) { argument
883 ExtractDragLocation(const ui::LocatedEvent& event, gfx::Point* drag_point) argument
[all...]

Completed in 741 milliseconds