HomeSort by relevance Sort by last modified time
    Searched defs:DownloadCreateInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/download/
download_create_info.cc 14 DownloadCreateInfo::DownloadCreateInfo(const base::Time& start_time,
28 DownloadCreateInfo::DownloadCreateInfo()
36 DownloadCreateInfo::~DownloadCreateInfo() {
39 std::string DownloadCreateInfo::DebugString() const {
52 const GURL& DownloadCreateInfo::url() const {
download_create_info.h 26 struct CONTENT_EXPORT DownloadCreateInfo {
27 DownloadCreateInfo(const base::Time& start_time,
33 DownloadCreateInfo();
34 ~DownloadCreateInfo();
102 DISALLOW_COPY_AND_ASSIGN(DownloadCreateInfo);

Completed in 52 milliseconds