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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc71 // The order at which we observe SystemDragEnded() and DragSourceEndedAt() is
74 // DragSourceEndedAt() first. For this reason, we check if both methods were
110 void BrowserPluginEmbedder::DragSourceEndedAt(int client_x, int client_y, function in class:content::BrowserPluginEmbedder
115 guest_started_drag_->DragSourceEndedAt(client_x - guest_offset.x(),
H A Dbrowser_plugin_guest.cc381 void BrowserPluginGuest::DragSourceEndedAt(int client_x, int client_y, function in class:content::BrowserPluginGuest
383 web_contents()->GetRenderViewHost()->DragSourceEndedAt(client_x, client_y,
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc721 void RenderViewHostImpl::DragSourceEndedAt( function in class:content::RenderViewHostImpl
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2314 void WebContentsImpl::DragSourceEndedAt(int client_x, int client_y, function in class:content::WebContentsImpl
2317 browser_plugin_embedder_->DragSourceEndedAt(client_x, client_y,
2320 GetRenderViewHostImpl()->DragSourceEndedAt(client_x, client_y,

Completed in 1831 milliseconds