Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h77 void DragTargetDrop(const CefMouseEvent& event) override;
Dbrowser_platform_delegate_osr.cc402 void CefBrowserPlatformDelegateOsr::DragTargetDrop(const CefMouseEvent& event) { in DragTargetDrop() function in CefBrowserPlatformDelegateOsr
454 target_rwh->DragTargetDrop(*drop_data, transformed_pt, in DragTargetDrop()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h114 void DragTargetDrop(const CefMouseEvent& event) override;
Dchrome_browser_host_impl.cc324 void ChromeBrowserHostImpl::DragTargetDrop(const CefMouseEvent& event) { in DragTargetDrop() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h123 void DragTargetDrop(const CefMouseEvent& event) override;
Dbrowser_host_ctocpp.cc958 void CefBrowserHostCToCpp::DragTargetDrop(const CefMouseEvent& event) { in DragTargetDrop() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h843 virtual void DragTargetDrop(const CefMouseEvent& event) = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h328 virtual void DragTargetDrop(const CefMouseEvent& event);
Dbrowser_platform_delegate.cc307 void CefBrowserPlatformDelegate::DragTargetDrop(const CefMouseEvent& event) { in DragTargetDrop() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1024 void AlloyBrowserHostImpl::DragTargetDrop(const CefMouseEvent& event) { in DragTargetDrop() function in AlloyBrowserHostImpl
1031 CEF_POST_TASK(CEF_UIT, base::BindOnce(&AlloyBrowserHostImpl::DragTargetDrop, in DragTargetDrop()
1037 platform_delegate_->DragTargetDrop(event); in DragTargetDrop()
Dalloy_browser_host_impl.h134 void DragTargetDrop(const CefMouseEvent& event) override;
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1128 CefBrowserHostCppToC::Get(self)->DragTargetDrop(eventObj); in browser_host_drag_target_drop()
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc1166 browser_->GetHost()->DragTargetDrop(ev); in OnDrop()
Dbrowser_window_osr_gtk.cc2061 self->browser_->GetHost()->DragTargetDrop(ev); in DragDrop()
Dbrowser_window_osr_mac.mm924 browser->GetHost()->DragTargetDrop(mouseEvent);
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1254 browser->GetHost()->DragTargetDrop(ev); in UpdateDragCursor()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch59337 + GetBrowser()->GetHost()->DragTargetDrop(event);