Home
last modified time | relevance | path

Searched refs:OnFileSelectorShow (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h50 static void OnFileSelectorShow(const JSCallbackInfo& args);
H A Djs_web.cpp1877 JSClass<JSWeb>::StaticMethod("onShowFileSelector", &JSWeb::OnFileSelectorShow); in JSBind()
3180 void JSWeb::OnFileSelectorShow(const JSCallbackInfo& args) in OnFileSelectorShow() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h143 ACE_WEB_EVENT_PROPERTY(OnFileSelectorShow, bool);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h159 bool OnFileSelectorShow(std::shared_ptr<NWeb::NWebStringVectorValueCallback> callback,
H A Dweb_client_impl.cpp490 bool WebClientImpl::OnFileSelectorShow( in OnFileSelectorShow() function in OHOS::Ace::WebClientImpl
511 jsResult = delegate->OnFileSelectorShow(param); in OnFileSelectorShow()
H A Dweb_delegate.h894 bool OnFileSelectorShow(const std::shared_ptr<BaseEventInfo>& info);
H A Dweb_delegate.cpp5130 bool WebDelegate::OnFileSelectorShow(const std::shared_ptr<BaseEventInfo>& info) in OnFileSelectorShow() function in OHOS::Ace::WebDelegate
5149 result = webCom->OnFileSelectorShow(info.get()); in OnFileSelectorShow()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h807 bool OnFileSelectorShow(const BaseEventInfo* info) const in OnFileSelectorShow() function in OHOS::Ace::WebComponent
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp802 bool WebDelegate::OnFileSelectorShow(const std::shared_ptr<BaseEventInfo>& info) in OnFileSelectorShow() function in OHOS::Ace::WebDelegate

Completed in 33 milliseconds