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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseTask.h 58 bool hasCheckedForTermination() const { return m_hasCheckedForTermination; }
59 void setHasCheckedForTermination() { m_hasCheckedForTermination = true; }
67 bool m_hasCheckedForTermination;
DatabaseTask.cpp 40 , m_hasCheckedForTermination(false)

Completed in 27 milliseconds