Home
last modified time | relevance | path

Searched refs:WebDownloadResponseImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h289 class WebDownloadResponseImpl : public AceType {
290 DECLARE_ACE_TYPE(WebDownloadResponseImpl, AceType);
292 explicit WebDownloadResponseImpl(void* object) : object_(object) {} in WebDownloadResponseImpl() function
H A Dweb_delegate_cross.cpp446 std::string WebDownloadResponseImpl::GetUrl() const in GetUrl()
456 std::string WebDownloadResponseImpl::GetMimetype() const in GetMimetype()
466 long WebDownloadResponseImpl::GetContentLength() const in GetContentLength()
476 std::string WebDownloadResponseImpl::GetUserAgent() const in GetUserAgent()
486 std::string WebDownloadResponseImpl::GetContentDisposition() const in GetContentDisposition()
1301 auto webDownloadResponse = AceType::MakeRefPtr<WebDownloadResponseImpl>(object); in OnDownloadStart()