/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 74 void DragTargetDragOver(const CefMouseEvent& event,
|
D | browser_platform_delegate_osr.cc | 333 void CefBrowserPlatformDelegateOsr::DragTargetDragOver( in DragTargetDragOver() function in CefBrowserPlatformDelegateOsr 384 target_rwh->DragTargetDragOver(transformed_pt, gfx::PointF(screen_pt), ops, in DragTargetDragOver()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 111 void DragTargetDragOver(const CefMouseEvent& event,
|
D | chrome_browser_host_impl.cc | 315 void ChromeBrowserHostImpl::DragTargetDragOver(const CefMouseEvent& event, in DragTargetDragOver() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 120 void DragTargetDragOver(const CefMouseEvent& event,
|
D | browser_host_ctocpp.cc | 930 void CefBrowserHostCToCpp::DragTargetDragOver(const CefMouseEvent& event, in DragTargetDragOver() function in CefBrowserHostCToCpp
|
/third_party/cef/include/ |
D | cef_browser.h | 824 virtual void DragTargetDragOver(const CefMouseEvent& event,
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 1140 browser_->GetHost()->DragTargetDragOver(ev, effect); in OnDragEnter() 1150 browser_->GetHost()->DragTargetDragOver(ev, effect); in OnDragOver() 1165 browser_->GetHost()->DragTargetDragOver(ev, effect); in OnDrop()
|
D | browser_window_osr_gtk.cc | 1974 self->browser_->GetHost()->DragTargetDragOver(ev, allowed_ops); in DragMotion() 2056 self->browser_->GetHost()->DragTargetDragOver(ev, allowed_ops); in DragDrop()
|
D | browser_window_osr_mac.mm | 900 browser->GetHost()->DragTargetDragOver(mouseEvent, allowed_ops); 941 browser->GetHost()->DragTargetDragOver(mouseEvent, allowed_ops);
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 325 virtual void DragTargetDragOver(const CefMouseEvent& event,
|
D | browser_platform_delegate.cc | 297 void CefBrowserPlatformDelegate::DragTargetDragOver( in DragTargetDragOver() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 987 void AlloyBrowserHostImpl::DragTargetDragOver( in DragTargetDragOver() function in AlloyBrowserHostImpl 997 CEF_UIT, base::BindOnce(&AlloyBrowserHostImpl::DragTargetDragOver, this, in DragTargetDragOver() 1003 platform_delegate_->DragTargetDragOver(event, allowed_ops); in DragTargetDragOver()
|
D | alloy_browser_host_impl.h | 131 void DragTargetDragOver(const CefMouseEvent& event,
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1221 browser->GetHost()->DragTargetDragOver(ev, allowed_ops); in StartDragging() 1226 browser->GetHost()->DragTargetDragOver(ev, allowed_ops); in StartDragging()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 1090 CefBrowserHostCppToC::Get(self)->DragTargetDragOver(eventObj, allowed_ops); in browser_host_drag_target_drag_over()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 34104 target_rwh->DragTargetDragOver(
|
D | 0003-3.2-Beta3-1115.patch | 59332 + GetBrowser()->GetHost()->DragTargetDragOver(event, DRAG_OPERATION_MOVE);
|