Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:database_

161     : database_(NULL),
257 return database_->ContainsCsdWhitelistedUrl(url);
283 database_->ContainsBrowseUrl(url, &list, &prefix_hits,
401 database_->CacheHashResults(prefixes, full_hashes);
499 // * If |database_| is NULL, then either no creation request is in flight, in
504 // * If |queued_checks_| is non-empty and |database_| is non-NULL, we're
613 // already pending, we'll double-free, and we don't set |database_| to NULL
651 return !closing_database_ && (database_ != NULL);
666 if (database_)
667 return database_;
685 database_ = database;
693 return database_;
747 GetDatabase(); // This guarantees that |database_| is non-NULL.
748 if (database_->UpdateStarted(&lists)) {
751 database_->UpdateFinished(false);
912 delete database_;
913 database_ = NULL;
916 // of |database_
1096 if (!database_->ContainsDownloadHashPrefix(check->full_hash->prefix)) {
1120 if (!database_->ContainsDownloadUrl(check->urls, &prefix_hits)) {