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 86 // It is an error to call BeginClassification if the classifier is not yet
88 virtual void BeginClassification(const base::string16* page_text,
phishing_classifier_delegate_browsertest.cc 63 MOCK_METHOD2(BeginClassification,
286 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
354 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
428 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
461 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
488 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
533 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
561 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
591 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _));
621 EXPECT_CALL(*classifier_, BeginClassification(Pointee(page_text), _))
    [all...]
phishing_classifier.cc 82 void PhishingClassifier::BeginClassification(
phishing_classifier_delegate.cc 286 classifier_->BeginClassification(
phishing_classifier_browsertest.cc 136 classifier_->BeginClassification(

Completed in 168 milliseconds