HomeSort by relevance Sort by last modified time
    Searched refs:IsDangerousFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 113 // Used with IsDangerousFile to indicate whether the user has visited the
245 bool IsDangerousFile(PriorVisitsToReferrer visits);
download_target_determiner.cc 367 // IsDangerousFile(VISITED_REFERRER) => IsDangerousFile(NO_VISITS_...)
369 if (IsDangerousFile(NO_VISITS_TO_REFERRER)) {
372 if (!IsDangerousFile(VISITED_REFERRER)) {
399 if (IsDangerousFile(
571 bool DownloadTargetDeterminer::IsDangerousFile(PriorVisitsToReferrer visits) {

Completed in 673 milliseconds