Searched refs:GetAcceptType (Results 1 – 7 of 7) sorted by relevance
203 std::vector<std::string> GetAcceptType() const;231 std::vector<std::string> GetAcceptType() override in GetAcceptType() function
132 virtual std::vector<std::string> GetAcceptType(void* object) = 0;
578 std::vector<std::string> WebFileChooserImpl::GetAcceptType() const in GetAcceptType() function in OHOS::Ace::WebFileChooserImpl585 return obj->GetAcceptType(object_); in GetAcceptType()1435 auto acceptType = webFileChooser->GetAcceptType(); in OnShowFileChooser()
239 std::vector<std::string> GetAcceptType() override;
338 std::vector<std::string> FileSelectorParamOhos::GetAcceptType() in GetAcceptType() function in OHOS::Ace::FileSelectorParamOhos
115 virtual std::vector<std::string> GetAcceptType() = 0;
1411 … JSClass<JSFileSelectorParam>::CustomMethod("getAcceptType", &JSFileSelectorParam::GetAcceptType); in JSBind()1443 void GetAcceptType(const JSCallbackInfo& args) in GetAcceptType() function in OHOS::Ace::Framework::JSFileSelectorParam1445 auto acceptTypes = param_->GetAcceptType(); in GetAcceptType()