Home
last modified time | relevance | path

Searched refs:cef_delete_file (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/capi/
Dcef_file_util_capi.h105 CEF_EXPORT int cef_delete_file(const cef_string_t* path, int recursive);
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc535 cef_delete_file_ptr cef_delete_file; member
753 INIT_ENTRY(cef_delete_file); in libcef_init_pointers()
1048 int cef_delete_file(const cef_string_t* path, int recursive) { in cef_delete_file() function
1049 return g_libcef_pointers.cef_delete_file(path, recursive); in cef_delete_file()
Dlibcef_dll_wrapper.cc272 int _retval = cef_delete_file(path.GetStruct(), recursive); in CefDeleteFile()
/third_party/cef/libcef_dll/
Dlibcef_dll.cc285 CEF_EXPORT int cef_delete_file(const cef_string_t* path, int recursive) { in cef_delete_file() function