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 D | web_delegate_cross.h | 214 … 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 D | web_delegate_cross.cpp | 1435 auto acceptType = webFileChooser->GetAcceptType(); in OnShowFileChooser() local 1437 …auto param = AceType::MakeRefPtr<FileSelectorParam>(title, mode, defaultFileName, acceptType, isCa… in OnShowFileChooser()
|