Searched refs:OnDownloadStart (Results 1 - 10 of 10) sorted by relevance
/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 | 1881 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 D | web_event_hub.h | 133 ACE_WEB_EVENT_PROPERTY(OnDownloadStart, void);
|
/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& contentDisposition,
|
H A D | web_client_impl.cpp | 119 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 D | web_delegate.h | 883 void OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition,
|
H A D | web_delegate.cpp | 4803 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 D | web_delegate_cross.h | 426 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
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 770 void WebDelegate::OnDownloadStart(const std::string& url, const std::string& userAgent, in OnDownloadStart() function in OHOS::Ace::WebDelegate
|
Completed in 35 milliseconds