Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.cc296 DragTargetDragLeave(); in DragTargetDragEnter()
371 current_rwh_for_drag_->DragTargetDragLeave(transformed_leave_point, in DragTargetDragOver()
388 void CefBrowserPlatformDelegateOsr::DragTargetDragLeave() { in DragTargetDragLeave() function in CefBrowserPlatformDelegateOsr
395 current_rwh_for_drag_->DragTargetDragLeave(gfx::PointF(), gfx::PointF()); in DragTargetDragLeave()
438 current_rwh_for_drag_->DragTargetDragLeave(transformed_leave_point, in DragTargetDrop()
Dbrowser_platform_delegate_osr.h76 void DragTargetDragLeave() override;
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h113 void DragTargetDragLeave() override;
Dchrome_browser_host_impl.cc320 void ChromeBrowserHostImpl::DragTargetDragLeave() { in DragTargetDragLeave() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h122 void DragTargetDragLeave() override;
Dbrowser_host_ctocpp.cc944 NO_SANITIZE("cfi-icall") void CefBrowserHostCToCpp::DragTargetDragLeave() { in DragTargetDragLeave() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h833 virtual void DragTargetDragLeave() = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h327 virtual void DragTargetDragLeave();
Dbrowser_platform_delegate.cc303 void CefBrowserPlatformDelegate::DragTargetDragLeave() { in DragTargetDragLeave() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1007 void AlloyBrowserHostImpl::DragTargetDragLeave() { in DragTargetDragLeave() function in AlloyBrowserHostImpl
1016 base::BindOnce(&AlloyBrowserHostImpl::DragTargetDragLeave, this)); in DragTargetDragLeave()
1021 platform_delegate_->DragTargetDragLeave(); in DragTargetDragLeave()
Dalloy_browser_host_impl.h133 void DragTargetDragLeave() override;
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1104 CefBrowserHostCppToC::Get(self)->DragTargetDragLeave(); in browser_host_drag_target_drag_leave()
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc1157 browser_->GetHost()->DragTargetDragLeave(); in OnDragLeave()
Dbrowser_window_osr_gtk.cc2007 self->browser_->GetHost()->DragTargetDragLeave(); in DragLeave()
Dbrowser_window_osr_mac.mm909 browser->GetHost()->DragTargetDragLeave();
/third_party/chromium/patch/
D0004-3.2-Beta5.patch34089 current_rwh_for_drag_->DragTargetDragLeave(transformed_leave_point,
D0003-3.2-Beta3-1115.patch59329 + GetBrowser()->GetHost()->DragTargetDragLeave();