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

/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.cc371 // Should only be called if IsDangerous().
372 DCHECK(IsDangerous());
414 // Should only be called if IsDangerous()
415 DCHECK(IsDangerous());
441 bool DownloadItemModel::IsDangerous() const { function in class:DownloadItemModel
442 return download_->IsDangerous();
446 if (!IsDangerous())
460 // We shouldn't get any of these due to the IsDangerous() test above.
499 if (!IsDangerous())
513 if (IsDangerous())
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc307 DCHECK(IsDangerous());
311 if (IsDone() || !IsDangerous())
332 DCHECK(IsDangerous());
397 if (IsDangerous()) {
668 bool DownloadItemImpl::IsDangerous() const { function in class:content::DownloadItemImpl
1292 DCHECK(!IsDangerous());
1309 DCHECK(!IsDangerous());
1534 if (IsDangerous())

Completed in 94 milliseconds