Home
last modified time | relevance | path

Searched refs:defaultFileName (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
Dweb_delegate_cross.h214 …std::string title, int mode, std::string defaultFileName, std::vector<std::string> acceptType, boo… in FileSelectorParam() argument
215 …: title_(title), mode_(mode), defaultFileName_(defaultFileName), acceptType_(acceptType), isCaptur… in FileSelectorParam()
Dweb_delegate_cross.cpp1434 auto defaultFileName = webFileChooser->GetDefaultFileName(); in OnShowFileChooser() local
1437 …auto param = AceType::MakeRefPtr<FileSelectorParam>(title, mode, defaultFileName, acceptType, isCa… in OnShowFileChooser()