Home
last modified time | relevance | path

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

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