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)
90 if (!m_closePending && m_backend)
164 if (m_closePending && m_transactions.isEmpty())
316 if (m_closePending) {
360 if (m_closePending)
363 m_closePending = true;
371 ASSERT(m_closePending);
399 if (m_closePending) {
433 if (event->type() == EventTypeNames::versionchange && !m_closePending && m_backend)
453 return !m_closePending && hasEventListeners() && !m_contextStopped
    [all...]
IDBDatabase.h 102 bool isClosePending() const { return m_closePending; }
150 bool m_closePending;

Completed in 2802 milliseconds