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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.cc 150 scoped_refptr<SafeBrowsingService> sb_service = local
153 if (sb_service && sb_service->ui_manager())
154 sb_service->ui_manager()->AddObserver(this);
180 scoped_refptr<SafeBrowsingService> sb_service = local
182 if (sb_service.get() && sb_service->ui_manager())
183 sb_service->ui_manager()->RemoveObserver(this);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 445 base::TimeDelta GetCheckTimeout(SafeBrowsingService* sb_service) {
446 return sb_service->database_manager()->check_timeout_;
449 void SetCheckTimeout(SafeBrowsingService* sb_service,
451 sb_service->database_manager()->check_timeout_ = delay;
457 SafeBrowsingService* sb_service = local
459 sb_service->csd_service_.reset(csd_service);
460 sb_service->RefreshState();
732 SafeBrowsingService* sb_service = g_browser_process->safe_browsing_service(); local
733 base::TimeDelta default_urlcheck_timeout = GetCheckTimeout(sb_service);
735 SetCheckTimeout(sb_service, base::TimeDelta::FromMilliseconds(1))
747 SafeBrowsingService* sb_service = g_browser_process->safe_browsing_service(); local
833 SafeBrowsingService* sb_service = g_browser_process->safe_browsing_service(); local
    [all...]
download_protection_service.h 55 // to call SetEnabled() to start it. |sb_service| owns this object; we
58 SafeBrowsingService* sb_service,
client_side_detection_host.cc 328 // Note: csd_service_ and sb_service will be NULL here in testing.
334 scoped_refptr<SafeBrowsingService> sb_service = local
336 if (sb_service.get()) {
337 ui_manager_ = sb_service->ui_manager();
338 database_manager_ = sb_service->database_manager();
safe_browsing_service.cc 124 SafeBrowsingService* sb_service)
125 : sb_service_(sb_service),
download_protection_service.cc     [all...]
client_side_detection_host_unittest.cc 211 SafeBrowsingService* sb_service = local
214 new StrictMock<MockSafeBrowsingDatabaseManager>(sb_service);
215 ui_manager_ = new StrictMock<MockSafeBrowsingUIManager>(sb_service);
    [all...]
  /external/chromium_org/chrome/browser/download/
download_shelf_context_menu.cc 202 SafeBrowsingService* sb_service =
205 (sb_service ? sb_service->download_protection_service() : NULL);
chrome_download_manager_delegate.cc 506 SafeBrowsingService* sb_service = g_browser_process->safe_browsing_service(); local
507 if (sb_service && sb_service->download_protection_service() &&
509 return sb_service->download_protection_service();
download_browsertest.cc 3272 SafeBrowsingService* sb_service = g_browser_process->safe_browsing_service(); local
    [all...]
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 430 SafeBrowsingService* sb_service) {
433 sb_service_ = sb_service;
testing_browser_process.h 136 void SetSafeBrowsingService(SafeBrowsingService* sb_service);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 439 SafeBrowsingService* sb_service = local
441 if (sb_service) {
443 sb_service->url_request_context();
    [all...]
browsing_data_remover_unittest.cc 269 scoped_refptr<SafeBrowsingService> sb_service = local
271 browser_process_->SetSafeBrowsingService(sb_service.get());
272 sb_service->Initialize();
279 sb_service->url_request_context()->GetURLRequestContext()->
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 918 SafeBrowsingService* sb_service = g_browser_process->safe_browsing_service(); local
    [all...]

Completed in 1023 milliseconds