Home
last modified time | relevance | path

Searched refs:DownloadedByExtension (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h69 class DownloadedByExtension : public base::SupportsUserData::Data {
71 static DownloadedByExtension* Get(download::DownloadItem* item);
73 DownloadedByExtension(download::DownloadItem* item,
86 DISALLOW_COPY_AND_ASSIGN(DownloadedByExtension);
H A Ddownloads_api.cc305 DownloadedByExtension* by_ext = DownloadedByExtension::Get(download_item); in DownloadItemToJSON()
993 const char DownloadedByExtension::kKey[] =
996 DownloadedByExtension* DownloadedByExtension::Get( in Get()
1000 static_cast<DownloadedByExtension*>(data); in Get()
1003 DownloadedByExtension::DownloadedByExtension(download::DownloadItem* item, in DownloadedByExtension() function in extensions::DownloadedByExtension
1148 new DownloadedByExtension(item, extension()->id(), extension()->name()); in OnStarted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h69 class DownloadedByExtension : public base::SupportsUserData::Data {
71 static DownloadedByExtension* Get(download::DownloadItem* item);
73 DownloadedByExtension(download::DownloadItem* item,
86 DISALLOW_COPY_AND_ASSIGN(DownloadedByExtension);
H A Ddownloads_api.cc301 DownloadedByExtension* by_ext = DownloadedByExtension::Get(download_item); in DownloadItemToJSON()
989 const char DownloadedByExtension::kKey[] =
992 DownloadedByExtension* DownloadedByExtension::Get( in Get()
996 static_cast<DownloadedByExtension*>(data); in Get()
999 DownloadedByExtension::DownloadedByExtension(download::DownloadItem* item, in DownloadedByExtension() function in extensions::DownloadedByExtension
1142 new DownloadedByExtension(item, extension()->id(), extension()->name()); in OnStarted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_history.cc139 extensions::DownloadedByExtension* by_ext = in GetDownloadRow()
140 extensions::DownloadedByExtension::Get(item); in GetDownloadRow()
354 new extensions::DownloadedByExtension(item, row.by_ext_id, in LoadHistoryDownloads()
560 extensions::DownloadedByExtension* by_ext = in NeedToUpdateDownloadHistory()
561 extensions::DownloadedByExtension::Get(item); in NeedToUpdateDownloadHistory()
H A Ddownload_history_unittest.cc423 new extensions::DownloadedByExtension(&item(index), row->by_ext_id, in InitBasicItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/downloads/
H A Ddownloads_list_tracker.cc232 extensions::DownloadedByExtension* by_ext = in CreateDownloadData()
233 extensions::DownloadedByExtension::Get(download_item); in CreateDownloadData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/downloads/
H A Ddownloads_list_tracker.cc231 extensions::DownloadedByExtension* by_ext = in CreateDownloadData()
232 extensions::DownloadedByExtension::Get(download_item); in CreateDownloadData()