Searched refs:sb_service_ (Results 1 – 10 of 10) sorted by relevance
54 : sb_service_(service) { in SafeBrowsingUIManager()63 sb_service_ = NULL; in StopOnIOThread()222 if (sb_service_.get() == NULL || sb_service_->ping_manager() == NULL) in ReportSafeBrowsingHitOnIOThread()228 sb_service_->ping_manager()->ReportSafeBrowsingHit( in ReportSafeBrowsingHitOnIOThread()242 if (sb_service_.get() == NULL || sb_service_->ping_manager() == NULL) in SendSerializedMalwareDetails()247 sb_service_->ping_manager()->ReportMalwareDetails(serialized); in SendSerializedMalwareDetails()
214 sb_service_ = new StrictMock<FakeSafeBrowsingService>(); in SetUp()215 sb_service_->Initialize(); in SetUp()217 download_service_ = sb_service_->download_protection_service(); in SetUp()234 sb_service_->ShutDown(); in TearDown()238 sb_service_ = NULL; in TearDown()365 scoped_refptr<FakeSafeBrowsingService> sb_service_; member in safe_browsing::DownloadProtectionServiceTest473 EXPECT_CALL(*sb_service_->mock_database_manager(), in TEST_F()475 EXPECT_CALL(*sb_service_->mock_database_manager(), in TEST_F()478 EXPECT_CALL(*sb_service_->mock_database_manager(), in TEST_F()562 EXPECT_CALL(*sb_service_->mock_database_manager(), in TEST_F()[all …]
108 SafeBrowsingService* sb_service_);119 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess. member in SafeBrowsingURLRequestContextGetter127 : sb_service_(sb_service), in SafeBrowsingURLRequestContextGetter()137 DCHECK(sb_service_->url_request_context_.get()); in GetURLRequestContext()139 return sb_service_->url_request_context_.get(); in GetURLRequestContext()
33 scoped_refptr<SafeBrowsingService> sb_service_( in RunSBHashTest() local36 new SafeBrowsingDatabaseManager(sb_service_)); in RunSBHashTest()
1084 sb_service_ = g_browser_process->safe_browsing_service(); in SetUpOnMainThread()1085 ASSERT_TRUE(sb_service_.get() != NULL); in SetUpOnMainThread()1089 sb_service_ = NULL; in TearDownOnMainThread()1093 sb_service_->protocol_manager()->ForceScheduleNextUpdate( in ForceUpdate()1097 scoped_refptr<SafeBrowsingService> sb_service_; member in SafeBrowsingDatabaseManagerCookieTest1112 sb_service_->database_manager().get())); in IN_PROC_BROWSER_TEST_F()
152 scoped_refptr<SafeBrowsingService> sb_service_; variable
211 : sb_service_(service), in SafeBrowsingDatabaseManager()224 DCHECK(sb_service_.get() != NULL); in SafeBrowsingDatabaseManager()580 sb_service_ = NULL; in StopOnIOThread()765 sb_service_->protocol_manager()->GetFullHash( in OnCheckDone()
354 scoped_refptr<SafeBrowsingService> sb_service_; variable
208 return sb_service_.get(); in safe_browsing_service()435 sb_service_ = sb_service; in SetSafeBrowsingService()
169 scoped_refptr<SafeBrowsingService> sb_service_; variable