Home
last modified time | relevance | path

Searched refs:allowed_ops (Results 1 – 25 of 33) sorted by relevance

12

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h73 cef_drag_operations_mask_t allowed_ops) override;
75 cef_drag_operations_mask_t allowed_ops) override;
79 blink::DragOperationsMask allowed_ops,
Dbrowser_platform_delegate_osr.cc289 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()
Dweb_contents_view_osr.cc153 blink::DragOperationsMask allowed_ops, in StartDragging() argument
160 browser->StartDragging(drop_data, allowed_ops, image, image_offset, in StartDragging()
Dweb_contents_view_osr.h70 blink::DragOperationsMask allowed_ops,
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc895 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 …]
Dosr_dragdrop_win.cc25 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()
Dclient_handler_osr.h54 CefRenderHandler::DragOperationsMask allowed_ops,
120 CefRenderHandler::DragOperationsMask allowed_ops,
Dclient_handler_osr.cc125 CefRenderHandler::DragOperationsMask allowed_ops, in StartDragging() argument
131 return osr_delegate_->StartDragging(browser, drag_data, allowed_ops, x, y); in StartDragging()
Dbrowser_window_osr_mac.h80 CefRenderHandler::DragOperationsMask allowed_ops,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h324 cef_drag_operations_mask_t allowed_ops);
326 cef_drag_operations_mask_t allowed_ops);
331 blink::DragOperationsMask allowed_ops,
Dbrowser_platform_delegate.cc293 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/
Dchrome_browser_host_impl.h110 DragOperationsMask allowed_ops) override;
112 DragOperationsMask allowed_ops) override;
Dchrome_browser_host_impl.cc311 DragOperationsMask allowed_ops) { in DragTargetDragEnter() argument
316 DragOperationsMask allowed_ops) { in DragTargetDragOver() argument
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h119 DragOperationsMask allowed_ops) override;
121 DragOperationsMask allowed_ops) override;
Dbrowser_host_ctocpp.cc910 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()
Drender_handler_ctocpp.cc271 DragOperationsMask allowed_ops, in StartDragging() argument
294 CefDragDataCppToC::Wrap(drag_data), allowed_ops, x, y); in StartDragging()
Drender_handler_ctocpp.h62 DragOperationsMask allowed_ops,
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc964 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()
Dalloy_browser_host_impl.h130 DragOperationsMask allowed_ops) override;
132 DragOperationsMask allowed_ops) override;
171 blink::DragOperationsMask allowed_ops,
/third_party/cef/include/
Dcef_browser.h815 DragOperationsMask allowed_ops) = 0;
825 DragOperationsMask allowed_ops) = 0;
Dcef_render_handler.h182 DragOperationsMask allowed_ops, in StartDragging() argument
/third_party/cef/include/capi/
Dcef_browser_capi.h789 cef_drag_operations_mask_t allowed_ops);
800 cef_drag_operations_mask_t allowed_ops);
Dcef_render_handler_capi.h179 cef_drag_operations_mask_t allowed_ops,
/third_party/cef/libcef_dll/cpptoc/
Drender_handler_cpptoc.cc331 cef_drag_operations_mask_t allowed_ops, in render_handler_start_dragging() argument
353 allowed_ops, x, y); in render_handler_start_dragging()
Dbrowser_host_cpptoc.cc1041 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()

12