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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 142 EXPECT_TRUE(csd_service_->GetValidCachedResult(
145 EXPECT_FALSE(csd_service_->GetValidCachedResult(
147 EXPECT_TRUE(csd_service_->GetValidCachedResult(
269 EXPECT_TRUE(csd_service_->GetValidCachedResult(url, &is_phishing));
client_side_detection_service.h 103 virtual bool GetValidCachedResult(const GURL& url, bool* is_phishing);
client_side_detection_host.cc 182 if (csd_service_->GetValidCachedResult(params_.url, &is_phishing)) {
client_side_detection_host_unittest.cc 61 MOCK_METHOD2(GetValidCachedResult, bool(const GURL&, bool*));
184 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
client_side_detection_service.cc 366 bool ClientSideDetectionService::GetValidCachedResult(const GURL& url,
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 130 virtual bool GetValidCachedResult(const GURL& url, bool* is_phishing);
client_side_detection_service_unittest.cc 191 EXPECT_TRUE(csd_service_->GetValidCachedResult(
194 EXPECT_FALSE(csd_service_->GetValidCachedResult(
196 EXPECT_TRUE(csd_service_->GetValidCachedResult(
409 EXPECT_TRUE(csd_service_->GetValidCachedResult(url, &is_phishing));
client_side_detection_host.cc 198 if (csd_service_->GetValidCachedResult(params_.url, &is_phishing)) {
client_side_detection_host_unittest.cc 104 MOCK_METHOD2(GetValidCachedResult, bool(const GURL&, bool*));
258 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
    [all...]
client_side_detection_service.cc 533 bool ClientSideDetectionService::GetValidCachedResult(const GURL& url,

Completed in 9474 milliseconds