Home | History | Annotate | Download | only in download

Lines Matching refs:SAFE

234   // safe to avoid setting |file_manager_| because we only call a small set of
499 // The download is not safe. We can now rename the file to its
505 // The download is a safe download. We need to
636 // in in_progress_, have all data, have a history handle, (validated or safe).
676 if (item->safety_state() == DownloadItem::SAFE) {
677 DCHECK_EQ(0, uniquifier) << "We should not uniquify SAFE downloads twice";