Home
last modified time | relevance | path

Searched defs:contentDisposition (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_event.h1081 …tEvent(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, in DownloadStartEvent()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_client_impl.cpp123 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
Dweb_delegate.cpp4856 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
Dweb_delegate_cross.cpp1305 auto contentDisposition = webDownloadResponse->GetContentDisposition(); in OnDownloadStart() local