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

  /external/webkit/Source/WebCore/storage/
DatabaseTask.h 58 bool hasCheckedForTermination() const { return m_hasCheckedForTermination; }
81 bool hasCheckedForTermination() const { return m_synchronizer->hasCheckedForTermination(); }
DatabaseThread.cpp 159 ASSERT(!task->hasSynchronizer() || task->hasCheckedForTermination());
165 ASSERT(!task->hasSynchronizer() || task->hasCheckedForTermination());

Completed in 35 milliseconds