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 87 , m_hasPendingActivity(true)
299 return m_hasPendingActivity && !m_contextStopped;
352 ASSERT(m_hasPendingActivity);
378 m_hasPendingActivity = false;
IDBRequest.cpp 66 , m_hasPendingActivity(true)
179 m_hasPendingActivity = true;
386 return m_hasPendingActivity && !m_contextStopped;
429 ASSERT(m_hasPendingActivity);
494 m_hasPendingActivity = false;
IDBTransaction.h 132 bool m_hasPendingActivity;
IDBRequest.h 152 bool m_hasPendingActivity;

Completed in 141 milliseconds