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

/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h127 virtual bool GetValidCachedResult(const GURL& url, bool* is_phishing);
H A Dclient_side_detection_service_unittest.cc196 EXPECT_TRUE(csd_service_->GetValidCachedResult(
199 EXPECT_FALSE(csd_service_->GetValidCachedResult(
201 EXPECT_TRUE(csd_service_->GetValidCachedResult(
435 EXPECT_TRUE(csd_service_->GetValidCachedResult(url, &is_phishing));
H A Dclient_side_detection_host.cc255 if (csd_service_->GetValidCachedResult(params_.url, &is_phishing)) {
H A Dclient_side_detection_service.cc509 bool ClientSideDetectionService::GetValidCachedResult(const GURL& url, function in class:safe_browsing::ClientSideDetectionService
H A Dclient_side_detection_host_unittest.cc123 MOCK_METHOD2(GetValidCachedResult, bool(const GURL&, bool*));
287 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))

Completed in 82 milliseconds