Searched refs:defaultFileName (Results 1 – 2 of 2) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
| D | web_delegate_cross.h | 214 …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()
|
| D | web_delegate_cross.cpp | 1434 auto defaultFileName = webFileChooser->GetDefaultFileName(); in OnShowFileChooser() local 1437 …auto param = AceType::MakeRefPtr<FileSelectorParam>(title, mode, defaultFileName, acceptType, isCa… in OnShowFileChooser()
|