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

  /external/chromium_org/storage/common/database/
database_connections.cc 125 : waiting_for_dbs_to_close_(false),
136 base::AutoReset<bool> auto_reset(&waiting_for_dbs_to_close_, true);
161 // so we can handle the waiting_for_dbs_to_close_ case.
171 if (waiting_for_dbs_to_close_ && open_connections_.IsEmpty())
database_connections.h 91 bool waiting_for_dbs_to_close_; member in class:storage::DatabaseConnectionsWrapper

Completed in 57 milliseconds