Home
last modified time | relevance | path

Searched refs:DragTargetDragOver (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h74 void DragTargetDragOver(const CefMouseEvent& event,
Dbrowser_platform_delegate_osr.cc333 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/
Dchrome_browser_host_impl.h111 void DragTargetDragOver(const CefMouseEvent& event,
Dchrome_browser_host_impl.cc315 void ChromeBrowserHostImpl::DragTargetDragOver(const CefMouseEvent& event, in DragTargetDragOver() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h120 void DragTargetDragOver(const CefMouseEvent& event,
Dbrowser_host_ctocpp.cc930 void CefBrowserHostCToCpp::DragTargetDragOver(const CefMouseEvent& event, in DragTargetDragOver() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h824 virtual void DragTargetDragOver(const CefMouseEvent& event,
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc1140 browser_->GetHost()->DragTargetDragOver(ev, effect); in OnDragEnter()
1150 browser_->GetHost()->DragTargetDragOver(ev, effect); in OnDragOver()
1165 browser_->GetHost()->DragTargetDragOver(ev, effect); in OnDrop()
Dbrowser_window_osr_gtk.cc1974 self->browser_->GetHost()->DragTargetDragOver(ev, allowed_ops); in DragMotion()
2056 self->browser_->GetHost()->DragTargetDragOver(ev, allowed_ops); in DragDrop()
Dbrowser_window_osr_mac.mm900 browser->GetHost()->DragTargetDragOver(mouseEvent, allowed_ops);
941 browser->GetHost()->DragTargetDragOver(mouseEvent, allowed_ops);
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h325 virtual void DragTargetDragOver(const CefMouseEvent& event,
Dbrowser_platform_delegate.cc297 void CefBrowserPlatformDelegate::DragTargetDragOver( in DragTargetDragOver() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc987 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()
Dalloy_browser_host_impl.h131 void DragTargetDragOver(const CefMouseEvent& event,
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1221 browser->GetHost()->DragTargetDragOver(ev, allowed_ops); in StartDragging()
1226 browser->GetHost()->DragTargetDragOver(ev, allowed_ops); in StartDragging()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1090 CefBrowserHostCppToC::Get(self)->DragTargetDragOver(eventObj, allowed_ops); in browser_host_drag_target_drag_over()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch34104 target_rwh->DragTargetDragOver(
D0003-3.2-Beta3-1115.patch59332 + GetBrowser()->GetHost()->DragTargetDragOver(event, DRAG_OPERATION_MOVE);