Home
last modified time | relevance | path

Searched refs:OnDownloadStart (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h47 static void OnDownloadStart(const JSCallbackInfo& args);
H A Djs_web.cpp1881 JSClass<JSWeb>::StaticMethod("onDownloadStart", &JSWeb::OnDownloadStart); in JSBind()
2817 void JSWeb::OnDownloadStart(const JSCallbackInfo& args) in OnDownloadStart() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h133 ACE_WEB_EVENT_PROPERTY(OnDownloadStart, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h38 void OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition,
H A Dweb_client_impl.cpp119 void DownloadListenerImpl::OnDownloadStart(const std::string& url, const std::string& userAgent, in OnDownloadStart() function in OHOS::Ace::DownloadListenerImpl
127 delegate->OnDownloadStart(url, userAgent, contentDisposition, mimetype, contentLength); in OnDownloadStart()
H A Dweb_delegate.h883 void OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition,
H A Dweb_delegate.cpp4803 void WebDelegate::OnDownloadStart(const std::string& url, const std::string& userAgent, in OnDownloadStart() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h426 void OnDownloadStart(void* object);
H A Dweb_delegate_cross.cpp812 delegate->OnDownloadStart(object); in RegisterWebObjectEvent()
1295 void WebDelegateCross::OnDownloadStart(void* object) in OnDownloadStart() function in OHOS::Ace::WebDelegateCross
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp770 void WebDelegate::OnDownloadStart(const std::string& url, const std::string& userAgent, in OnDownloadStart() function in OHOS::Ace::WebDelegate

Completed in 35 milliseconds