Home
last modified time | relevance | path

Searched refs:download_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_net_log_parameters.cc47 DownloadType download_type, in ItemActivatedNetLogCallback() argument
52 dict->SetString("type", download_type_names[download_type]); in ItemActivatedNetLogCallback()
Ddownload_net_log_parameters.h31 DownloadType download_type,
Ddownload_item_impl.cc1085 DownloadType download_type) { in Init() argument
1092 if (download_type == SRC_HISTORY_IMPORT) { in Init()
1107 &ItemActivatedNetLogCallback, this, download_type, &file_name); in Init()
Ddownload_item_impl.h306 void Init(bool active, DownloadType download_type);
/external/chromium_org/chrome/common/safe_browsing/
Dcsd.proto221 optional DownloadType download_type = 10 [default = WIN_EXECUTABLE]; field