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

  /external/webkit/Source/WebCore/storage/
DatabaseTask.h 58 bool hasCheckedForTermination() const { return m_hasCheckedForTermination; }
59 void setHasCheckedForTermination() { m_hasCheckedForTermination = true; }
67 bool m_hasCheckedForTermination;
DatabaseTask.cpp 41 , m_hasCheckedForTermination(false)

Completed in 74 milliseconds