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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 76 , m_closePending(false)
137 if (m_closePending && m_transactions.isEmpty())
280 if (m_closePending) {
320 if (m_closePending)
323 m_closePending = true;
331 ASSERT(m_closePending);
357 if (m_closePending)
400 return !m_closePending && hasEventListeners() && !m_contextStopped;
IDBDatabase.h 97 bool isClosePending() const { return m_closePending; }
140 bool m_closePending;

Completed in 42 milliseconds