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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 458 return download_store_.get();
474 download_store_(NULL),
478 DCHECK(!download_store_.get());
488 download_store_(download_store),
525 if (download_store_.get()) {
527 download_store_->Init(
665 download_store_->GetAddPrefixes(&add_prefixes);
684 if (!download_store_.get())
699 if (!download_store_.get())
    [all...]
safe_browsing_database.h 230 // Return the browse_store_, download_store_ or csd_whitelist_store_
272 // Helper function to compare addprefixes in download_store_ with |prefixes|.
298 scoped_ptr<SafeBrowsingStore> download_store_; member in class:SafeBrowsingDatabaseNew
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 428 return download_store_.get();
454 DCHECK(!download_store_.get());
470 download_store_(download_store),
514 if (download_store_.get()) {
516 download_store_->Init(
688 if (!download_store_.get())
693 return MatchAddPrefixes(download_store_.get(),
704 if (!download_store_.get())
708 return MatchAddPrefixes(download_store_.get(),
    [all...]
safe_browsing_database.h 321 // Return the browse_store_, download_store_, download_whitelist_store or
388 scoped_ptr<SafeBrowsingStore> download_store_; member in class:SafeBrowsingDatabaseNew

Completed in 526 milliseconds