Home
last modified time | relevance | path

Searched refs:GetAcceptType (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h203 std::vector<std::string> GetAcceptType() const;
231 std::vector<std::string> GetAcceptType() override
H A Dweb_object_event.h132 virtual std::vector<std::string> GetAcceptType(void* object) = 0;
H A Dweb_delegate_cross.cpp578 std::vector<std::string> WebFileChooserImpl::GetAcceptType() const in GetAcceptType() function in OHOS::Ace::WebFileChooserImpl
585 return obj->GetAcceptType(object_); in GetAcceptType()
1435 auto acceptType = webFileChooser->GetAcceptType(); in OnShowFileChooser()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp282 std::vector<std::string> FileSelectorParamOhos::GetAcceptType() in GetAcceptType() function in OHOS::Ace::FileSelectorParamOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h240 std::vector<std::string> GetAcceptType() override;
H A Dweb_delegate.cpp328 std::vector<std::string> FileSelectorParamOhos::GetAcceptType() in GetAcceptType() function in OHOS::Ace::FileSelectorParamOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h115 virtual std::vector<std::string> GetAcceptType() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1403 JSClass<JSFileSelectorParam>::CustomMethod("getAcceptType", &JSFileSelectorParam::GetAcceptType); in JSBind()
1435 void GetAcceptType(const JSCallbackInfo& args) in GetAcceptType() function in OHOS::OHOS::Ace::Framework::JSFileSelectorParam
1437 auto acceptTypes = param_->GetAcceptType(); in GetAcceptType()

Completed in 35 milliseconds