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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 70 , m_hasPendingActivity(true)
276 return m_hasPendingActivity && !m_contextStopped;
325 ASSERT(m_hasPendingActivity);
351 m_hasPendingActivity = false;
IDBRequest.cpp 68 , m_hasPendingActivity(true)
183 m_hasPendingActivity = true;
394 return m_hasPendingActivity && !m_contextStopped;
437 ASSERT(m_hasPendingActivity);
505 m_hasPendingActivity = false;
IDBTransaction.h 127 bool m_hasPendingActivity;
IDBRequest.h 154 bool m_hasPendingActivity;

Completed in 31 milliseconds