Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h48 std::string contentDisposition; variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp343 bool MmsBodyPartHeader::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition()
350 bool MmsBodyPartHeader::SetContentDisposition(std::string contentDisposition) in SetContentDisposition()
H A Dmms_attachment.cpp110 bool MmsAttachment::SetContentDisposition(std::string contentDisposition) in SetContentDisposition()
H A Dmms_body_part.cpp332 bool MmsBodyPart::SetContentDisposition(std::string contentDisposition) in SetContentDisposition()
337 bool MmsBodyPart::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h59 std::string contentDisposition = ""; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1081 …tEvent(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, in DownloadStartEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp123 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
H A Dweb_delegate.cpp4856 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1305 auto contentDisposition = webDownloadResponse->GetContentDisposition(); in OnDownloadStart() local