/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 85 void DragSourceEndedAt(int x, int y, cef_drag_operations_mask_t op) override;
|
D | browser_platform_delegate_osr.cc | 502 void CefBrowserPlatformDelegateOsr::DragSourceEndedAt( in DragSourceEndedAt() function in CefBrowserPlatformDelegateOsr 540 web_contents->DragSourceEndedAt(transformed_point.x(), transformed_point.y(), in DragSourceEndedAt()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 116 void DragSourceEndedAt(int x, int y, DragOperationsMask op) override;
|
D | chrome_browser_host_impl.cc | 332 void ChromeBrowserHostImpl::DragSourceEndedAt(int x, in DragSourceEndedAt() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 124 void DragSourceEndedAt(int x, int y, DragOperationsMask op) override;
|
D | browser_host_ctocpp.cc | 972 void CefBrowserHostCToCpp::DragSourceEndedAt(int x, in DragSourceEndedAt() function in CefBrowserHostCToCpp
|
/third_party/cef/include/ |
D | cef_browser.h | 855 virtual void DragSourceEndedAt(int x, int y, DragOperationsMask op) = 0;
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 337 virtual void DragSourceEndedAt(int x, int y, cef_drag_operations_mask_t op);
|
D | browser_platform_delegate.cc | 326 void CefBrowserPlatformDelegate::DragSourceEndedAt( in DragSourceEndedAt() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 1057 void AlloyBrowserHostImpl::DragSourceEndedAt( in DragSourceEndedAt() function in AlloyBrowserHostImpl 1068 base::BindOnce(&AlloyBrowserHostImpl::DragSourceEndedAt, this, in DragSourceEndedAt() 1074 platform_delegate_->DragSourceEndedAt(x, y, op); in DragSourceEndedAt()
|
D | alloy_browser_host_impl.h | 136 void DragSourceEndedAt(int x, int y, DragOperationsMask op) override;
|
/third_party/cef/tests/cefclient/browser/ |
D | browser_window_osr_gtk.cc | 1920 self->browser_->GetHost()->DragSourceEndedAt(-1, -1, in DragEnd() 2023 self->browser_->GetHost()->DragSourceEndedAt(-1, -1, self->drag_operation_); in DragFailed() 2066 self->browser_->GetHost()->DragSourceEndedAt(x, y, self->drag_operation_); in DragDrop()
|
D | osr_window_win.cc | 1065 browser->GetHost()->DragSourceEndedAt( in StartDragging()
|
D | browser_window_osr_mac.mm | 871 browser->GetHost()->DragSourceEndedAt(pt.x, pt.y, op);
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1237 browser->GetHost()->DragSourceEndedAt( in UpdateDragCursor() 1255 browser->GetHost()->DragSourceEndedAt(ev.x, ev.y, operation); in UpdateDragCursor()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 1145 CefBrowserHostCppToC::Get(self)->DragSourceEndedAt(x, y, op); in browser_host_drag_source_ended_at()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 59341 + GetBrowser()->GetHost()->DragSourceEndedAt(event.x, event.y, DRAG_OPERATION_MOVE);
|