Home
last modified time | relevance | path

Searched refs:DragSourceEndedAt (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h85 void DragSourceEndedAt(int x, int y, cef_drag_operations_mask_t op) override;
Dbrowser_platform_delegate_osr.cc502 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/
Dchrome_browser_host_impl.h116 void DragSourceEndedAt(int x, int y, DragOperationsMask op) override;
Dchrome_browser_host_impl.cc332 void ChromeBrowserHostImpl::DragSourceEndedAt(int x, in DragSourceEndedAt() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h124 void DragSourceEndedAt(int x, int y, DragOperationsMask op) override;
Dbrowser_host_ctocpp.cc972 void CefBrowserHostCToCpp::DragSourceEndedAt(int x, in DragSourceEndedAt() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h855 virtual void DragSourceEndedAt(int x, int y, DragOperationsMask op) = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h337 virtual void DragSourceEndedAt(int x, int y, cef_drag_operations_mask_t op);
Dbrowser_platform_delegate.cc326 void CefBrowserPlatformDelegate::DragSourceEndedAt( in DragSourceEndedAt() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1057 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()
Dalloy_browser_host_impl.h136 void DragSourceEndedAt(int x, int y, DragOperationsMask op) override;
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc1920 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()
Dosr_window_win.cc1065 browser->GetHost()->DragSourceEndedAt( in StartDragging()
Dbrowser_window_osr_mac.mm871 browser->GetHost()->DragSourceEndedAt(pt.x, pt.y, op);
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1237 browser->GetHost()->DragSourceEndedAt( in UpdateDragCursor()
1255 browser->GetHost()->DragSourceEndedAt(ev.x, ev.y, operation); in UpdateDragCursor()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1145 CefBrowserHostCppToC::Get(self)->DragSourceEndedAt(x, y, op); in browser_host_drag_source_ended_at()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch59341 + GetBrowser()->GetHost()->DragSourceEndedAt(event.x, event.y, DRAG_OPERATION_MOVE);