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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.h 56 void MaybeShowPhishingWarning(GURL phishing_url, bool is_phishing);
client_side_detection_host.cc 186 host_->MaybeShowPhishingWarning(params_.url, is_phishing);
341 &ClientSideDetectionHost::MaybeShowPhishingWarning));
345 void ClientSideDetectionHost::MaybeShowPhishingWarning(GURL phishing_url,
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 88 void MaybeShowPhishingWarning(GURL phishing_url, bool is_phishing);
client_side_detection_host.cc 194 host_->MaybeShowPhishingWarning(params_.url, is_phishing);
449 void ClientSideDetectionHost::MaybeShowPhishingWarning(GURL phishing_url,
520 callback = base::Bind(&ClientSideDetectionHost::MaybeShowPhishingWarning,

Completed in 92 milliseconds