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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.h 84 // It is an error to call BeginClassification if the classifier is not yet
86 virtual void BeginClassification(const base::string16* page_text,
phishing_classifier_delegate_browsertest.cc 58 MOCK_METHOD2(BeginClassification,
279 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
347 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
421 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
454 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
481 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
526 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
554 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
578 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
608 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _))
    [all...]
phishing_classifier.cc 80 void PhishingClassifier::BeginClassification(
phishing_classifier_delegate.cc 286 classifier_->BeginClassification(
phishing_classifier_browsertest.cc 127 classifier_->BeginClassification(

Completed in 124 milliseconds