Searched defs:DatabaseConnectionsWrapper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/common/database/
H A Ddatabase_connections.h72 class STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper class in namespace:storage
73 : public base::RefCountedThreadSafe<DatabaseConnectionsWrapper> {
75 DatabaseConnectionsWrapper();
88 ~DatabaseConnectionsWrapper();
89 friend class base::RefCountedThreadSafe<DatabaseConnectionsWrapper>;
H A Ddatabase_connections.cc124 DatabaseConnectionsWrapper::DatabaseConnectionsWrapper() function in class:storage::DatabaseConnectionsWrapper
129 DatabaseConnectionsWrapper::~DatabaseConnectionsWrapper() {
132 void DatabaseConnectionsWrapper::WaitForAllDatabasesToClose() {
143 bool DatabaseConnectionsWrapper::HasOpenConnections() {
149 void DatabaseConnectionsWrapper::AddOpenConnection(
157 void DatabaseConnectionsWrapper::RemoveOpenConnection(
165 base::Bind(&DatabaseConnectionsWrapper::RemoveOpenConnection, this,

Completed in 53 milliseconds