/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 73 cef_drag_operations_mask_t allowed_ops) override; 75 cef_drag_operations_mask_t allowed_ops) override; 79 blink::DragOperationsMask allowed_ops,
|
D | browser_platform_delegate_osr.cc | 289 cef_drag_operations_mask_t allowed_ops) { in DragTargetDragEnter() argument 309 drag_allowed_ops_ = allowed_ops; in DragTargetDragEnter() 316 static_cast<blink::DragOperationsMask>(allowed_ops); in DragTargetDragEnter() 335 cef_drag_operations_mask_t allowed_ops) { in DragTargetDragOver() argument 381 static_cast<blink::DragOperationsMask>(allowed_ops); in DragTargetDragOver() 464 blink::DragOperationsMask allowed_ops, in StartDragging() argument 484 static_cast<CefRenderHandler::DragOperationsMask>(allowed_ops), in StartDragging()
|
D | web_contents_view_osr.cc | 153 blink::DragOperationsMask allowed_ops, in StartDragging() argument 160 browser->StartDragging(drop_data, allowed_ops, image, image_offset, in StartDragging()
|
D | web_contents_view_osr.h | 70 blink::DragOperationsMask allowed_ops,
|
/third_party/cef/tests/cefclient/browser/ |
D | browser_window_osr_gtk.cc | 895 int allowed_ops = DRAG_OPERATION_NONE; in GetDragOperationsMask() local 898 allowed_ops |= DRAG_OPERATION_COPY; in GetDragOperationsMask() 900 allowed_ops |= DRAG_OPERATION_MOVE; in GetDragOperationsMask() 902 allowed_ops |= DRAG_OPERATION_LINK; in GetDragOperationsMask() 904 allowed_ops |= DRAG_OPERATION_PRIVATE; in GetDragOperationsMask() 905 return static_cast<CefBrowserHost::DragOperationsMask>(allowed_ops); in GetDragOperationsMask() 1285 CefRenderHandler::DragOperationsMask allowed_ops, in StartDragging() argument 1321 browser->GetHost()->DragTargetDragEnter(drag_data, ev, allowed_ops); in StartDragging() 1963 CefBrowserHost::DragOperationsMask allowed_ops = in DragMotion() local 1969 allowed_ops); in DragMotion() [all …]
|
D | osr_dragdrop_win.cc | 25 DWORD DragOperationToDropEffect(CefRenderHandler::DragOperation allowed_ops) { in DragOperationToDropEffect() argument 27 if (allowed_ops & DRAG_OPERATION_COPY) in DragOperationToDropEffect() 29 if (allowed_ops & DRAG_OPERATION_LINK) in DragOperationToDropEffect() 31 if (allowed_ops & DRAG_OPERATION_MOVE) in DragOperationToDropEffect() 386 CefRenderHandler::DragOperationsMask allowed_ops, in StartDragging() argument 393 DWORD effect = DragOperationToDropEffect(allowed_ops); in StartDragging()
|
D | client_handler_osr.h | 54 CefRenderHandler::DragOperationsMask allowed_ops, 120 CefRenderHandler::DragOperationsMask allowed_ops,
|
D | client_handler_osr.cc | 125 CefRenderHandler::DragOperationsMask allowed_ops, in StartDragging() argument 131 return osr_delegate_->StartDragging(browser, drag_data, allowed_ops, x, y); in StartDragging()
|
D | browser_window_osr_mac.h | 80 CefRenderHandler::DragOperationsMask allowed_ops,
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 324 cef_drag_operations_mask_t allowed_ops); 326 cef_drag_operations_mask_t allowed_ops); 331 blink::DragOperationsMask allowed_ops,
|
D | browser_platform_delegate.cc | 293 cef_drag_operations_mask_t allowed_ops) { in DragTargetDragEnter() argument 299 cef_drag_operations_mask_t allowed_ops) { in DragTargetDragOver() argument 313 blink::DragOperationsMask allowed_ops, in StartDragging() argument
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 110 DragOperationsMask allowed_ops) override; 112 DragOperationsMask allowed_ops) override;
|
D | chrome_browser_host_impl.cc | 311 DragOperationsMask allowed_ops) { in DragTargetDragEnter() argument 316 DragOperationsMask allowed_ops) { in DragTargetDragOver() argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 119 DragOperationsMask allowed_ops) override; 121 DragOperationsMask allowed_ops) override;
|
D | browser_host_ctocpp.cc | 910 DragOperationsMask allowed_ops) { in DragTargetDragEnter() argument 926 &event, allowed_ops); in DragTargetDragEnter() 931 DragOperationsMask allowed_ops) { in DragTargetDragOver() argument 941 _struct->drag_target_drag_over(_struct, &event, allowed_ops); in DragTargetDragOver()
|
D | render_handler_ctocpp.cc | 271 DragOperationsMask allowed_ops, in StartDragging() argument 294 CefDragDataCppToC::Wrap(drag_data), allowed_ops, x, y); in StartDragging()
|
D | render_handler_ctocpp.h | 62 DragOperationsMask allowed_ops,
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 964 CefBrowserHost::DragOperationsMask allowed_ops) { in DragTargetDragEnter() argument 973 this, drag_data, event, allowed_ops)); in DragTargetDragEnter() 983 platform_delegate_->DragTargetDragEnter(drag_data, event, allowed_ops); in DragTargetDragEnter() 989 CefBrowserHost::DragOperationsMask allowed_ops) { in DragTargetDragOver() argument 998 event, allowed_ops)); in DragTargetDragOver() 1003 platform_delegate_->DragTargetDragOver(event, allowed_ops); in DragTargetDragOver() 1641 blink::DragOperationsMask allowed_ops, in StartDragging() argument 1647 platform_delegate_->StartDragging(drop_data, allowed_ops, image, in StartDragging()
|
D | alloy_browser_host_impl.h | 130 DragOperationsMask allowed_ops) override; 132 DragOperationsMask allowed_ops) override; 171 blink::DragOperationsMask allowed_ops,
|
/third_party/cef/include/ |
D | cef_browser.h | 815 DragOperationsMask allowed_ops) = 0; 825 DragOperationsMask allowed_ops) = 0;
|
D | cef_render_handler.h | 182 DragOperationsMask allowed_ops, in StartDragging() argument
|
/third_party/cef/include/capi/ |
D | cef_browser_capi.h | 789 cef_drag_operations_mask_t allowed_ops); 800 cef_drag_operations_mask_t allowed_ops);
|
D | cef_render_handler_capi.h | 179 cef_drag_operations_mask_t allowed_ops,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_handler_cpptoc.cc | 331 cef_drag_operations_mask_t allowed_ops, in render_handler_start_dragging() argument 353 allowed_ops, x, y); in render_handler_start_dragging()
|
D | browser_host_cpptoc.cc | 1041 cef_drag_operations_mask_t allowed_ops) { in browser_host_drag_target_drag_enter() argument 1065 CefDragDataCppToC::Unwrap(drag_data), eventObj, allowed_ops); in browser_host_drag_target_drag_enter() 1071 cef_drag_operations_mask_t allowed_ops) { in browser_host_drag_target_drag_over() argument 1090 CefBrowserHostCppToC::Get(self)->DragTargetDragOver(eventObj, allowed_ops); in browser_host_drag_target_drag_over()
|