HomeSort by relevance Sort by last modified time
    Searched refs:closing_database_ (Results 1 - 4 of 4) 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
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 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;
    [all...]
database_manager.h 400 bool closing_database_; member in class:SafeBrowsingDatabaseManager

Completed in 58 milliseconds