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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc111 void BrowserPluginEmbedder::DragSourceEndedAt(int client_x, int client_y, argument
116 guest_started_drag_->DragSourceEndedAt(client_x - guest_offset.x(),
121 void BrowserPluginEmbedder::DragSourceMovedTo(int client_x, int client_y, argument
126 guest_started_drag_->DragSourceMovedTo(client_x - guest_offset.x(),
H A Dbrowser_plugin_guest.cc864 void BrowserPluginGuest::DragSourceEndedAt(int client_x, int client_y, argument
866 web_contents()->GetRenderViewHost()->DragSourceEndedAt(client_x, client_y,
870 void BrowserPluginGuest::DragSourceMovedTo(int client_x, int client_y, argument
872 web_contents()->GetRenderViewHost()->DragSourceMovedTo(client_x, client_y,
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc743 int client_x, int client_y, int screen_x, int screen_y,
747 gfx::Point(client_x, client_y),
753 int client_x, int client_y, int screen_x, int screen_y) {
756 gfx::Point(client_x, client_y),
742 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
752 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.cc1974 void WebContentsImpl::DragSourceEndedAt(int client_x, int client_y, argument
1977 browser_plugin_embedder_->DragSourceEndedAt(client_x, client_y,
1980 GetRenderViewHostImpl()->DragSourceEndedAt(client_x, client_y,
1984 void WebContentsImpl::DragSourceMovedTo(int client_x, int client_y, argument
1987 browser_plugin_embedder_->DragSourceMovedTo(client_x, client_y,
1990 GetRenderViewHostImpl()->DragSourceMovedTo(client_x, client_y,

Completed in 167 milliseconds