HomeSort by relevance Sort by last modified time
    Searched refs:GetContentDisposition (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/public/browser/
download_item.h 185 virtual std::string GetContentDisposition() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 45 MOCK_CONST_METHOD0(GetContentDisposition, std::string());
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.cc 74 download->GetContentDisposition(),
  /external/chromium_org/content/browser/download/
download_item_impl.h 115 virtual std::string GetContentDisposition() const OVERRIDE;
download_manager_impl_unittest.cc 136 MOCK_CONST_METHOD0(GetContentDisposition, std::string());
download_item_impl.cc 545 std::string DownloadItemImpl::GetContentDisposition() const {
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 182 download_->GetContentDisposition(),

Completed in 137 milliseconds