/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_download_callback_impl.cpp | 27 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 D | ark_web_download_callback_impl.h | 41 void OnDownloadStart(const ArkWebString& url, const ArkWebString& user_agent,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_download_callback_wrapper.cpp | 27 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 D | ark_web_download_callback_wrapper.h | 39 …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 D | ark_web_download_callback.h | 38 virtual void OnDownloadStart(const ArkWebString& url, const ArkWebString& user_agent,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_download_callback.h | 39 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 D | web_event_hub.h | 133 ACE_WEB_EVENT_PROPERTY(OnDownloadStart, void);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 47 static void OnDownloadStart(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1889 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 D | web_client_impl.h | 38 …void OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& cont…
|
H A D | web_client_impl.cpp | 122 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 D | web_delegate.h | 837 …void OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& cont…
|
H A D | web_delegate.cpp | 4855 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 D | web_delegate_cross.h | 424 void OnDownloadStart(void* object);
|
H A D | web_delegate_cross.cpp | 812 delegate->OnDownloadStart(object); in RegisterWebObjectEvent() 1295 void WebDelegateCross::OnDownloadStart(void* object) in OnDownloadStart() function in OHOS::Ace::WebDelegateCross
|