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

  /external/webkit/WebCore/storage/
DatabaseThread.cpp 70 void DatabaseThread::requestTermination(DatabaseTaskSynchronizer *cleanupSync)
73 m_cleanupSync = cleanupSync;
122 DatabaseTaskSynchronizer* cleanupSync = m_cleanupSync;
127 if (cleanupSync) // Someone wanted to know when we were done cleaning up.
128 cleanupSync->taskCompleted();
  /external/webkit/WebCore/workers/
WorkerThread.cpp 188 DatabaseTaskSynchronizer cleanupSync;
189 workerContext->stopDatabases(&cleanupSync);
196 cleanupSync.waitForTaskCompletion();

Completed in 39 milliseconds