Searched defs:GetDangerType (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_item.cc102 DownloadItem::DangerType GetDangerType(bool dangerous_file, function in namespace:__anon2090
177 danger_type_(GetDangerType(info.is_dangerous_file,
587 danger_type_ = GetDangerType(is_dangerous_file, is_dangerous_url);
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc127 return (item.GetDangerType() ==
153 static DownloadDangerType GetDangerType(const DownloadItem& item) { function in namespace:__anon4726
154 return item.GetDangerType();
265 base::Bind(&GetDangerType)));
406 direction, &GetDangerType));
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc297 RecordDangerousDownloadAccept(GetDangerType());
303 base::Bind(&ItemCheckedNetLogCallback, GetDangerType()));
383 GetDangerType());
645 DownloadDangerType DownloadItemImpl::GetDangerType() const { function in class:content::DownloadItemImpl
810 GetDangerType(),

Completed in 85 milliseconds