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 60 bool hasCheckedForTermination() const { return m_hasCheckedForTermination; }
61 void setHasCheckedForTermination() { m_hasCheckedForTermination = true; }
69 bool m_hasCheckedForTermination;
DatabaseTask.cpp 41 , m_hasCheckedForTermination(false)

Completed in 24 milliseconds