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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 168 closing_database_(false),
494 // * If |closing_database_| is true, continuing will queue up a second
495 // request, |closing_database_| will be reset after handling the first
514 closing_database_ = true;
651 return !closing_database_ && (database_ != NULL);
908 DCHECK(closing_database_);
910 // Because |closing_database_| is true, nothing on the IO thread will be
    [all...]
safe_browsing_service.h 453 bool closing_database_; member in class:SafeBrowsingService

Completed in 19 milliseconds