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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 62 void CancelPendingExtraction();
phishing_term_feature_extractor.h 79 // CancelPendingExtraction() is called.
88 void CancelPendingExtraction();
phishing_classifier.cc 152 dom_extractor_->CancelPendingExtraction();
153 term_extractor_->CancelPendingExtraction();
phishing_term_feature_extractor.cc 103 // The RenderView should have called CancelPendingExtraction() before
113 // The RenderView should have called CancelPendingExtraction() before
118 CancelPendingExtraction();
132 void PhishingTermFeatureExtractor::CancelPendingExtraction() {
271 << "CancelPendingExtraction";
phishing_dom_feature_extractor.cc 111 // The RenderView should have called CancelPendingExtraction() before
119 // The RenderView should have called CancelPendingExtraction() before
124 CancelPendingExtraction();
141 void PhishingDOMFeatureExtractor::CancelPendingExtraction() {
354 << "CancelPendingExtraction";
phishing_term_feature_extractor_unittest.cc 127 extractor_->CancelPendingExtraction();

Completed in 2443 milliseconds