Searched defs:client_y (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_embedder.cc | 157 void BrowserPluginEmbedder::DragSourceEndedAt(int client_x, int client_y, in DragSourceEndedAt() 167 void BrowserPluginEmbedder::DragSourceMovedTo(int client_x, int client_y, in DragSourceMovedTo()
|
D | browser_plugin_guest.cc | 977 void BrowserPluginGuest::DragSourceEndedAt(int client_x, int client_y, in DragSourceEndedAt() 983 void BrowserPluginGuest::DragSourceMovedTo(int client_x, int client_y, in DragSourceMovedTo()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_impl.cc | 1053 int client_x, int client_y, int screen_x, int screen_y, in DragSourceEndedAt() 1063 int client_x, int client_y, int screen_x, int screen_y) { in DragSourceMovedTo()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 1917 void WebContentsImpl::DragSourceEndedAt(int client_x, int client_y, in DragSourceEndedAt() 1927 void WebContentsImpl::DragSourceMovedTo(int client_x, int client_y, in DragSourceMovedTo()
|