Home
last modified time | relevance | path

Searched refs:GetFileNames (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/include/
Dcef_drag_data.h146 virtual bool GetFileNames(std::vector<CefString>& names) = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.h51 bool GetFileNames(std::vector<CefString>& names) override;
Ddrag_data_ctocpp.cc264 bool CefDragDataCToCpp::GetFileNames(std::vector<CefString>& names) { in GetFileNames() function in CefDragDataCToCpp
/third_party/cef/libcef/common/
Ddrag_data_impl.h39 bool GetFileNames(std::vector<CefString>& names) override;
Ddrag_data_impl.cc117 bool CefDragDataImpl::GetFileNames(std::vector<CefString>& names) { in GetFileNames() function in CefDragDataImpl
/third_party/cef/libcef_dll/cpptoc/
Ddrag_data_cpptoc.cc278 bool _retval = CefDragDataCppToC::Get(self)->GetFileNames(namesList); in drag_data_get_file_names()