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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 438 safe_browsing::ClientSideDetectionService* csd_service = local
442 sb_service->csd_service_.reset(csd_service);
812 safe_browsing::ClientSideDetectionService* csd_service = local
817 ASSERT_TRUE(csd_service != NULL);
825 EXPECT_TRUE(csd_service->enabled());
839 EXPECT_TRUE(csd_service->enabled());
845 EXPECT_TRUE(csd_service->enabled());
851 EXPECT_FALSE(csd_service->enabled());
857 EXPECT_TRUE(csd_service->enabled());
864 EXPECT_FALSE(csd_service->enabled())
898 safe_browsing::ClientSideDetectionService* csd_service = local
    [all...]
client_side_detection_host.cc 54 // uses it anymore. If |web_contents|, |csd_service| or |host| go away you need
63 ClientSideDetectionService* csd_service,
69 csd_service_(csd_service),
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 39 // uses it anymore. If |tab_contents|, |csd_service| or |host| go away you need
48 ClientSideDetectionService* csd_service,
54 csd_service_(csd_service),

Completed in 407 milliseconds