Home
last modified time | relevance | path

Searched defs:DownloadRow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
Ddownload_row.h22 struct DownloadRow { struct
46 base::FilePath current_path;
49 base::FilePath target_path;
55 std::vector<GURL> url_chain;
58 GURL referrer_url;
61 base::Time start_time;
64 base::Time end_time;
67 std::string etag;
70 std::string last_modified;
73 int64 received_bytes;
[all …]
Ddownload_row.cc9 DownloadRow::DownloadRow() in DownloadRow() function in history::DownloadRow
19 DownloadRow::DownloadRow( in DownloadRow() function in history::DownloadRow