Searched refs:terminationRequested (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/storage/wince/
H A DDatabaseThreadWinCE.h43 bool terminationRequested() const;
H A DDatabaseThreadWinCE.cpp46 bool DatabaseThread::terminationRequested() const function in class:WebCore::DatabaseThread
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabaseThread.cpp61 ASSERT(terminationRequested());
83 bool DatabaseThread::terminationRequested(DatabaseTaskSynchronizer* taskSynchronizer) const function in class:WebCore::DatabaseThread
H A DDatabaseThread.h59 bool terminationRequested(DatabaseTaskSynchronizer* taskSynchronizer = 0) const;
H A DDatabaseContext.cpp121 ASSERT(!m_databaseThread || m_databaseThread->terminationRequested());
H A DDatabase.cpp149 if (databaseContext()->databaseThread()->terminationRequested(&synchronizer)) {
163 if (databaseThread && !databaseThread->terminationRequested() && opened()) {
267 if (!databaseContext()->databaseThread() || databaseContext()->databaseThread()->terminationRequested(&synchronizer))
H A DDatabaseBackend.cpp55 if (!databaseContext()->databaseThread() || databaseContext()->databaseThread()->terminationRequested(&synchronizer))

Completed in 207 milliseconds