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

/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc127 return (item.GetDangerType() ==
153 static DownloadDangerType GetDangerType(const DownloadItem& item) { function in namespace:__anon3588
154 return item.GetDangerType();
265 base::Bind(&GetDangerType)));
407 direction, &GetDangerType));
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc314 RecordDangerousDownloadAccept(GetDangerType(),
321 base::Bind(&ItemCheckedNetLogCallback, GetDangerType()));
401 GetDangerType(),
684 DownloadDangerType DownloadItemImpl::GetDangerType() const { function in class:content::DownloadItemImpl
849 GetDangerType(),

Completed in 274 milliseconds