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 81 , m_closePending(false)
91 if (!m_closePending && m_backend)
165 if (m_closePending && m_transactions.isEmpty())
317 if (m_closePending) {
361 if (m_closePending)
364 m_closePending = true;
372 ASSERT(m_closePending);
400 if (m_closePending)
445 return !m_closePending && hasEventListeners() && !m_contextStopped;
IDBDatabase.h 102 bool isClosePending() const { return m_closePending; }
150 bool m_closePending;

Completed in 763 milliseconds