Home
last modified time | relevance | path

Searched refs:ResetFileContents (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/include/
Dcef_drag_data.h190 virtual void ResetFileContents() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.h58 void ResetFileContents() override;
Ddrag_data_ctocpp.cc389 NO_SANITIZE("cfi-icall") void CefDragDataCToCpp::ResetFileContents() { in ResetFileContents() function in CefDragDataCToCpp
/third_party/cef/libcef/common/
Ddrag_data_impl.h46 void ResetFileContents() override;
Ddrag_data_impl.cc169 void CefDragDataImpl::ResetFileContents() { in ResetFileContents() function in CefDragDataImpl
/third_party/cef/libcef_dll/cpptoc/
Ddrag_data_cpptoc.cc389 CefDragDataCppToC::Get(self)->ResetFileContents(); in drag_data_reset_file_contents()
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc395 current_drag_data_->ResetFileContents(); in StartDragging()
Dbrowser_window_osr_mac.mm889 drag_data->ResetFileContents();
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1209 data->ResetFileContents(); in StartDragging()