Searched refs:DragSourceEndedAt (Results 1 - 10 of 10) 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_embedder.h55 void DragSourceEndedAt(int client_x, int client_y, int screen_x,
H A Dbrowser_plugin_guest.h188 void DragSourceEndedAt(int client_x, int client_y, int screen_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/public/browser/
H A Drender_view_host.h112 virtual void DragSourceEndedAt(
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h154 virtual void DragSourceEndedAt(
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.h162 void DragSourceEndedAt(int client_x, int client_y, int screen_x,
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,
H A Dweb_contents_view_aura.cc787 web_contents_->DragSourceEndedAt(client_loc.x(), client_loc.y(),

Completed in 167 milliseconds