Home | History | Annotate | Download | only in renderer

Lines Matching refs:client_point

5078                                            const gfx::Point& client_point,
5084 client_point,
5092 void RenderViewImpl::OnDragTargetDragOver(const gfx::Point& client_point,
5097 client_point,
5109 void RenderViewImpl::OnDragTargetDrop(const gfx::Point& client_point,
5112 webview()->dragTargetDrop(client_point, screen_point, key_modifiers);
5117 void RenderViewImpl::OnDragSourceEndedOrMoved(const gfx::Point& client_point,
5122 webview()->dragSourceEndedAt(client_point, screen_point, op);
5124 webview()->dragSourceMovedTo(client_point, screen_point, op);