Home
last modified time | relevance | path

Searched defs:SetOnFileSelectorShow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp256 void WebModelImpl::SetOnFileSelectorShow(std::function<bool(const BaseEventInfo* info)>&& jsCallbac… in SetOnFileSelectorShow() function in OHOS::Ace::Framework::WebModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h809 void SetOnFileSelectorShow(OnFileSelectorShowImpl&& onFileSelectorShowImpl) in SetOnFileSelectorShow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp352 void WebModelNG::SetOnFileSelectorShow(std::function<bool(const BaseEventInfo* info)>&& jsCallback) in SetOnFileSelectorShow() function in OHOS::Ace::NG::WebModelNG