Searched defs:DownloadCreateInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc14 DownloadCreateInfo::DownloadCreateInfo(const base::Time& start_time, function in class:content::DownloadCreateInfo
28 DownloadCreateInfo::DownloadCreateInfo() function in class:content::DownloadCreateInfo
36 DownloadCreateInfo::~DownloadCreateInfo() {
39 std::string DownloadCreateInfo::DebugString() const {
52 const GURL& DownloadCreateInfo::url() const {
H A Ddownload_create_info.h26 struct CONTENT_EXPORT DownloadCreateInfo { struct in namespace:content
27 DownloadCreateInfo(const base::Time& start_time,
33 DownloadCreateInfo();
34 ~DownloadCreateInfo();
102 DISALLOW_COPY_AND_ASSIGN(DownloadCreateInfo);

Completed in 67 milliseconds