Searched refs:closing_database_ (Results 1 – 2 of 2) sorted by relevance
168 closing_database_(false), in SafeBrowsingService()514 closing_database_ = true; in CloseDatabase()651 return !closing_database_ && (database_ != NULL); in DatabaseAvailable()908 DCHECK(closing_database_); in OnCloseDatabase()920 closing_database_ = false; in OnCloseDatabase()
453 bool closing_database_; variable