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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 106 virtual bool IsInCache(const GURL& url);
client_side_detection_service_unittest.cc 268 EXPECT_TRUE(csd_service_->IsInCache(url));
271 EXPECT_FALSE(csd_service_->IsInCache(second_url));
client_side_detection_host.cc 194 if (csd_service_->IsInCache(params_.url)) {
client_side_detection_host_unittest.cc 62 MOCK_METHOD1(IsInCache, bool(const GURL&));
189 EXPECT_CALL(*csd_service_, IsInCache(url)).WillOnce(Return(*is_in_cache));
client_side_detection_service.cc 360 bool ClientSideDetectionService::IsInCache(const GURL& url) {
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 130 virtual bool IsInCache(const GURL& url);
client_side_detection_host.cc 202 if (csd_service_->IsInCache(params_.url)) {
client_side_detection_service_unittest.cc 434 EXPECT_TRUE(csd_service_->IsInCache(url));
437 EXPECT_FALSE(csd_service_->IsInCache(second_url));
client_side_detection_service.cc 522 bool ClientSideDetectionService::IsInCache(const GURL& url) {
client_side_detection_host_unittest.cc 122 MOCK_METHOD1(IsInCache, bool(const GURL&));
282 EXPECT_CALL(*csd_service_, IsInCache(url)).WillOnce(Return(*is_in_cache));
    [all...]

Completed in 674 milliseconds