Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:closing_database_

145       closing_database_(false),
560 return !closing_database_ && (database_ != NULL);
579 // * If |closing_database_| is true, continuing will queue up a second
580 // request, |closing_database_| will be reset after handling the first
599 closing_database_ = true;
833 DCHECK(closing_database_);
835 // Because |closing_database_| is true, nothing on the IO thread will be
841 // of |database_| above and of |closing_database_| below, which ensures there
845 closing_database_ = false;