Home
last modified time | relevance | path

Searched refs:sb_service_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Dui_manager.cc54 : 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()
Ddownload_protection_service_unittest.cc214 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::DownloadProtectionServiceTest
473 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 …]
Dsafe_browsing_service.cc108 SafeBrowsingService* sb_service_);
119 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess. member in SafeBrowsingURLRequestContextGetter
127 : 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()
Ddatabase_manager_unittest.cc33 scoped_refptr<SafeBrowsingService> sb_service_( in RunSBHashTest() local
36 new SafeBrowsingDatabaseManager(sb_service_)); in RunSBHashTest()
Dsafe_browsing_service_browsertest.cc1084 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 SafeBrowsingDatabaseManagerCookieTest
1112 sb_service_->database_manager().get())); in IN_PROC_BROWSER_TEST_F()
Dui_manager.h152 scoped_refptr<SafeBrowsingService> sb_service_; variable
Ddatabase_manager.cc211 : 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()
Ddatabase_manager.h354 scoped_refptr<SafeBrowsingService> sb_service_; variable
/external/chromium_org/chrome/test/base/
Dtesting_browser_process.cc208 return sb_service_.get(); in safe_browsing_service()
435 sb_service_ = sb_service; in SetSafeBrowsingService()
Dtesting_browser_process.h169 scoped_refptr<SafeBrowsingService> sb_service_; variable