/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 86 void DragSourceSystemDragEnded() override;
|
D | browser_platform_delegate_osr.cc | 489 DragSourceSystemDragEnded(); in StartDragging() 546 void CefBrowserPlatformDelegateOsr::DragSourceSystemDragEnded() { in DragSourceSystemDragEnded() function in CefBrowserPlatformDelegateOsr
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 115 void DragSourceSystemDragEnded() override;
|
D | chrome_browser_host_impl.cc | 328 void ChromeBrowserHostImpl::DragSourceSystemDragEnded() { in DragSourceSystemDragEnded() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 125 void DragSourceSystemDragEnded() override;
|
D | browser_host_ctocpp.cc | 988 void CefBrowserHostCToCpp::DragSourceSystemDragEnded() { in DragSourceSystemDragEnded() function in CefBrowserHostCToCpp
|
/third_party/cef/include/ |
D | cef_browser.h | 867 virtual void DragSourceSystemDragEnded() = 0;
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 338 virtual void DragSourceSystemDragEnded();
|
D | browser_platform_delegate.cc | 333 void CefBrowserPlatformDelegate::DragSourceSystemDragEnded() { in DragSourceSystemDragEnded() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 1040 void AlloyBrowserHostImpl::DragSourceSystemDragEnded() { in DragSourceSystemDragEnded() function in AlloyBrowserHostImpl 1049 base::BindOnce(&AlloyBrowserHostImpl::DragSourceSystemDragEnded, this)); in DragSourceSystemDragEnded() 1054 platform_delegate_->DragSourceSystemDragEnded(); in DragSourceSystemDragEnded()
|
D | alloy_browser_host_impl.h | 135 void DragSourceSystemDragEnded() override;
|
/third_party/cef/tests/cefclient/browser/ |
D | browser_window_osr_gtk.cc | 1923 self->browser_->GetHost()->DragSourceSystemDragEnded(); in DragEnd() 2024 self->browser_->GetHost()->DragSourceSystemDragEnded(); in DragFailed()
|
D | osr_window_win.cc | 1068 browser->GetHost()->DragSourceSystemDragEnded(); in StartDragging()
|
D | browser_window_osr_mac.mm | 872 browser->GetHost()->DragSourceSystemDragEnded();
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1239 browser->GetHost()->DragSourceSystemDragEnded(); in UpdateDragCursor() 1256 browser->GetHost()->DragSourceSystemDragEnded(); in UpdateDragCursor()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 1159 CefBrowserHostCppToC::Get(self)->DragSourceSystemDragEnded(); in browser_host_drag_source_system_drag_ended()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 7363 DragSourceSystemDragEnded();
|
D | 0003-3.2-Beta3-1115.patch | 31017 @@ -999,8 +1466,8 @@ void CefBrowserHostCToCpp::DragSourceSystemDragEnded() { 59342 + GetBrowser()->GetHost()->DragSourceSystemDragEnded(); 59346 + GetBrowser()->GetHost()->DragSourceSystemDragEnded();
|