Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:phishing

58 // URL for the "Learn more" link on the phishing blocking page.
181 } else { // Phishing.
208 bool phishing = false;
231 phishing = true;
232 current_error_strings->SetString("type", "phishing");
240 DCHECK(phishing || malware);
242 if (malware && phishing) {
264 // Just phishing.
459 // User pressed "Report error" for a phishing site.
578 action.append("Phishing");
600 return; // Not all interstitials have malware details (eg phishing).