Home
last modified time | relevance | path

Searched refs:GetContentDisposition (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/
Ddownload_item_impl.cc101 CefString CefDownloadItemImpl::GetContentDisposition() { in GetContentDisposition() function in CefDownloadItemImpl
103 return const_value().GetContentDisposition(); in GetContentDisposition()
Ddownload_item_impl.h41 CefString GetContentDisposition() override;
Ddownload_manager_delegate.cc383 item->GetURL(), item->GetContentDisposition(), std::string(), in DetermineDownloadTarget()
/third_party/cef/include/
Dcef_download_item.h145 virtual CefString GetContentDisposition() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h52 CefString GetContentDisposition() override;
Ddownload_item_ctocpp.cc270 CefString CefDownloadItemCToCpp::GetContentDisposition() { in GetContentDisposition() function in CefDownloadItemCToCpp
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc347 download_item->GetContentDisposition().ToString().c_str()); in OnBeforeDownload()
387 download_item->GetContentDisposition().ToString().c_str()); in OnDownloadUpdated()
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc284 CefString _retval = CefDownloadItemCppToC::Get(self)->GetContentDisposition(); in download_item_get_content_disposition()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch37529 download_->GetURL(), download_->GetContentDisposition(), referrer_charset,
61360 + download_item->GetContentDisposition().ToString(),