Searched refs:WebDownloadResponseImpl (Results 1 – 2 of 2) sorted by relevance
289 class WebDownloadResponseImpl : public AceType {290 DECLARE_ACE_TYPE(WebDownloadResponseImpl, AceType);292 explicit WebDownloadResponseImpl(void* object) : object_(object) {} in WebDownloadResponseImpl() function
446 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()