Searched defs:NO_CLASSIFY_MAX (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc171 NO_CLASSIFY_MAX // Always add new values before this one. enumerator in enum:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest::PreClassificationCheckFailures
192 reason, NO_CLASSIFY_MAX);
205 reason, NO_CLASSIFY_MAX);
218 PreClassificationCheckFailures phishing_reason = NO_CLASSIFY_MAX;
219 PreClassificationCheckFailures malware_reason = NO_CLASSIFY_MAX;
246 if (phishing_reason != NO_CLASSIFY_MAX)
248 if (malware_reason != NO_CLASSIFY_MAX)

Completed in 160 milliseconds