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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc157 void BrowserPluginEmbedder::DragSourceEndedAt(int client_x, int client_y, argument
163 client_y - guest_offset.y(), screen_x, screen_y, operation);
167 void BrowserPluginEmbedder::DragSourceMovedTo(int client_x, int client_y, argument
173 client_y - guest_offset.y(), screen_x, screen_y);
H A Dbrowser_plugin_guest.cc977 void BrowserPluginGuest::DragSourceEndedAt(int client_x, int client_y, argument
979 web_contents()->GetRenderViewHost()->DragSourceEndedAt(client_x, client_y,
983 void BrowserPluginGuest::DragSourceMovedTo(int client_x, int client_y, argument
985 web_contents()->GetRenderViewHost()->DragSourceMovedTo(client_x, client_y,
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc1053 int client_x, int client_y, int screen_x, int screen_y,
1057 gfx::Point(client_x, client_y),
1063 int client_x, int client_y, int screen_x, int screen_y) {
1066 gfx::Point(client_x, client_y),
1052 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
1062 DragSourceMovedTo( int client_x, int client_y, int screen_x, int screen_y) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1917 void WebContentsImpl::DragSourceEndedAt(int client_x, int client_y, argument
1920 browser_plugin_embedder_->DragSourceEndedAt(client_x, client_y,
1923 GetRenderViewHostImpl()->DragSourceEndedAt(client_x, client_y,
1927 void WebContentsImpl::DragSourceMovedTo(int client_x, int client_y, argument
1930 browser_plugin_embedder_->DragSourceMovedTo(client_x, client_y,
1933 GetRenderViewHostImpl()->DragSourceMovedTo(client_x, client_y,

Completed in 91 milliseconds