Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.cc286 void CefBrowserPlatformDelegateOsr::DragTargetDragEnter( in DragTargetDragEnter() function in CefBrowserPlatformDelegateOsr
328 current_rwh_for_drag_->DragTargetDragEnter(*drop_data, transformed_pt, in DragTargetDragEnter()
374 DragTargetDragEnter(drag_data_, event, drag_allowed_ops_); in DragTargetDragOver()
441 DragTargetDragEnter(drag_data_, event, drag_allowed_ops_); in DragTargetDrop()
Dbrowser_platform_delegate_osr.h71 void DragTargetDragEnter(CefRefPtr<CefDragData> drag_data,
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h108 void DragTargetDragEnter(CefRefPtr<CefDragData> drag_data,
Dchrome_browser_host_impl.cc308 void ChromeBrowserHostImpl::DragTargetDragEnter( in DragTargetDragEnter() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h117 void DragTargetDragEnter(CefRefPtr<CefDragData> drag_data,
Dbrowser_host_ctocpp.cc908 void CefBrowserHostCToCpp::DragTargetDragEnter(CefRefPtr<CefDragData> drag_data, in DragTargetDragEnter() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h813 virtual void DragTargetDragEnter(CefRefPtr<CefDragData> drag_data,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h322 virtual void DragTargetDragEnter(CefRefPtr<CefDragData> drag_data,
Dbrowser_platform_delegate.cc290 void CefBrowserPlatformDelegate::DragTargetDragEnter( in DragTargetDragEnter() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc961 void AlloyBrowserHostImpl::DragTargetDragEnter( in DragTargetDragEnter() function in AlloyBrowserHostImpl
972 base::BindOnce(&AlloyBrowserHostImpl::DragTargetDragEnter, in DragTargetDragEnter()
983 platform_delegate_->DragTargetDragEnter(drag_data, event, allowed_ops); in DragTargetDragEnter()
Dalloy_browser_host_impl.h128 void DragTargetDragEnter(CefRefPtr<CefDragData> drag_data,
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc1321 browser->GetHost()->DragTargetDragEnter(drag_data, ev, allowed_ops); in StartDragging()
1968 self->browser_->GetHost()->DragTargetDragEnter(self->drag_data_, ev, in DragMotion()
2054 self->browser_->GetHost()->DragTargetDragEnter(self->drag_data_, ev, in DragDrop()
Dosr_window_win.cc1139 browser_->GetHost()->DragTargetDragEnter(drag_data, ev, effect); in OnDragEnter()
Dbrowser_window_osr_mac.mm899 browser->GetHost()->DragTargetDragEnter(drag_data, mouseEvent, allowed_ops);
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1064 CefBrowserHostCppToC::Get(self)->DragTargetDragEnter( in browser_host_drag_target_drag_enter()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1215 browser->GetHost()->DragTargetDragEnter(data, ev, allowed_ops); in StartDragging()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch34039 current_rwh_for_drag_->DragTargetDragEnter(
D0003-3.2-Beta3-1115.patch59324 + GetBrowser()->GetHost()->DragTargetDragEnter(render_handler_->GetDragData(), event, DRAG_O…