Home
last modified time | relevance | path

Searched defs:InProgressInfo (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/database/in_progress/
H A Din_progress_info.h22 struct InProgressInfo { struct
36 GURL referrer_url;
39 GURL site_url;
42 GURL tab_url;
45 GURL tab_referrer_url;
58 std::string etag;
67 std::string mime_type;
88 base::Time end_time;
95 std::string hash;
114 bool paused = false;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/database/in_progress/
H A Din_progress_info.h20 struct InProgressInfo { struct
34 GURL referrer_url;
37 GURL site_url;
40 GURL tab_url;
43 GURL tab_referrer_url;
56 std::string etag;
65 std::string mime_type;
86 base::Time end_time;
93 std::string hash;
112 bool paused = false;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/database/
H A Ddownload_db_conversions_unittest.cc133 TEST_F(DownloadDBConversionsTest, InProgressInfo) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/database/
H A Ddownload_db_conversions_unittest.cc151 TEST_F(DownloadDBConversionsTest, InProgressInfo) { in TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/database/proto/
H A Ddownload_entry.proto48 message InProgressInfo { message
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/database/proto/
H A Ddownload_entry.proto53 message InProgressInfo { message