Home
last modified time | relevance | path

Searched refs:OnDownloadStart (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_download_callback_impl.cpp27 void ArkWebDownloadCallbackImpl::OnDownloadStart(const ArkWebString& url, const ArkWebString& user_… in OnDownloadStart() function in OHOS::ArkWeb::ArkWebDownloadCallbackImpl
30 …nweb_download_callback_->OnDownloadStart(ArkWebStringStructToClass(url), ArkWebStringStructToClass… in OnDownloadStart()
H A Dark_web_download_callback_impl.h41 void OnDownloadStart(const ArkWebString& url, const ArkWebString& user_agent,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_download_callback_wrapper.cpp27 void ArkWebDownloadCallbackWrapper::OnDownloadStart(const std::string& url, const std::string& user… in OnDownloadStart() function in OHOS::ArkWeb::ArkWebDownloadCallbackWrapper
35 …ark_web_download_callback_->OnDownloadStart(stUrl, stUserAgent, stContentDisposition, stMimeType, … in OnDownloadStart()
H A Dark_web_download_callback_wrapper.h39 …void OnDownloadStart(const std::string& url, const std::string& user_agent, const std::string& con…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_download_callback.h38 virtual void OnDownloadStart(const ArkWebString& url, const ArkWebString& user_agent,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_download_callback.h39 virtual void OnDownloadStart(const std::string& url, const std::string& userAgent,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h133 ACE_WEB_EVENT_PROPERTY(OnDownloadStart, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h47 static void OnDownloadStart(const JSCallbackInfo& args);
H A Djs_web.cpp1889 JSClass<JSWeb>::StaticMethod("onDownloadStart", &JSWeb::OnDownloadStart); in JSBind()
2751 void JSWeb::OnDownloadStart(const JSCallbackInfo& args) in OnDownloadStart() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/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& cont…
H A Dweb_client_impl.cpp122 void DownloadListenerImpl::OnDownloadStart(const std::string& url, const std::string& userAgent, in OnDownloadStart() function in OHOS::Ace::DownloadListenerImpl
130 delegate->OnDownloadStart(url, userAgent, contentDisposition, mimetype, contentLength); in OnDownloadStart()
H A Dweb_delegate.h837 …void OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& cont…
H A Dweb_delegate.cpp4855 void WebDelegate::OnDownloadStart(const std::string& url, const std::string& userAgent, in OnDownloadStart() function in OHOS::Ace::WebDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h424 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