HomeSort by relevance Sort by last modified time
    Searched refs:cleanupSync (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.cpp 75 void DatabaseThread::requestTermination(DatabaseTaskSynchronizer *cleanupSync)
77 m_cleanupSync = cleanupSync;
133 DatabaseTaskSynchronizer* cleanupSync = m_cleanupSync;
138 if (cleanupSync) // Someone wanted to know when we were done cleaning up.
139 cleanupSync->taskCompleted();
DatabaseContext.cpp 170 bool DatabaseContext::stopDatabases(DatabaseTaskSynchronizer* cleanupSync)
188 m_databaseThread->requestTermination(cleanupSync);
DatabaseThread.h 57 void requestTermination(DatabaseTaskSynchronizer* cleanupSync);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 183 DatabaseTaskSynchronizer cleanupSync;
184 DatabaseManager::manager().stopDatabases(workerGlobalScope, &cleanupSync);
196 cleanupSync.waitForTaskCompletion();

Completed in 496 milliseconds