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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.cc 49 // The RenderView should have called CancelPendingClassification() before
87 // The RenderView should have called CancelPendingClassification() before
92 CancelPendingClassification();
148 void PhishingClassifier::CancelPendingClassification() {
222 << "CancelPendingClassification";
phishing_classifier_delegate.cc 115 CancelPendingClassification(SHUTDOWN);
130 CancelPendingClassification(NEW_PHISHING_SCORER);
157 CancelPendingClassification(navigation_state->was_within_same_page() ?
174 CancelPendingClassification(PAGE_RECAPTURED);
181 void PhishingClassifierDelegate::CancelPendingClassification(
190 classifier_->CancelPendingClassification();

Completed in 65 milliseconds