Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:scorer

20 #include "chrome/renderer/safe_browsing/scorer.h"
71 class MockScorer : public Scorer {
73 MockScorer() : Scorer() {}
269 MockScorer scorer;
270 delegate_->SetPhishingScorer(&scorer);
411 // For this test, we'll create the delegate with no scorer available yet.
425 // Now set a scorer, which should cause a classifier to be created and
429 MockScorer scorer;
430 delegate_->SetPhishingScorer(&scorer);
433 // If we set a new scorer while a classification is going on the
436 delegate_->SetPhishingScorer(&scorer);
445 // setting the scorer.
458 // Now set a scorer, which should cause a classifier to be created and
462 MockScorer scorer;
463 delegate_->SetPhishingScorer(&scorer);
474 MockScorer scorer;
475 delegate_->SetPhishingScorer(&scorer);
545 MockScorer scorer;
546 delegate_->SetPhishingScorer(&scorer);
579 MockScorer scorer;
580 delegate_->SetPhishingScorer(&scorer);
608 MockScorer scorer;
609 delegate_->SetPhishingScorer(&scorer);