Searched refs:BeginClassification (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier.h86 // It is an error to call BeginClassification if the classifier is not yet
88 virtual void BeginClassification(const base::string16* page_text,
H A Dphishing_classifier_delegate_browsertest.cc63 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(Pointe
[all...]
H A Dphishing_classifier.cc82 void PhishingClassifier::BeginClassification( function in class:safe_browsing::PhishingClassifier
H A Dphishing_classifier_delegate.cc286 classifier_->BeginClassification(
H A Dphishing_classifier_browsertest.cc136 classifier_->BeginClassification(

Completed in 87 milliseconds