Searched defs:stopDatabases (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseContext.h63 bool stopDatabases(DatabaseTaskSynchronizer*);
73 void stopDatabases() { stopDatabases(0); } function in class:WebCore::DatabaseContext
H A DDatabaseContext.cpp115 stopDatabases();
130 stopDatabases();
140 stopDatabases();
167 bool DatabaseContext::stopDatabases(DatabaseTaskSynchronizer* cleanupSync) function in class:WebCore::DatabaseContext
175 // stopDatabases(), we can't clear the m_databaseThread ref till we get to
H A DDatabaseManager.cpp277 void DatabaseManager::stopDatabases(ExecutionContext* context, DatabaseTaskSynchronizer* synchronizer) function in class:WebCore::DatabaseManager
280 if (!databaseContext || !databaseContext->stopDatabases(synchronizer))

Completed in 150 milliseconds