Home
last modified time | relevance | path

Searched refs:m_numberOfPendingCallbacks (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFileSystem.cpp90 , m_numberOfPendingCallbacks(0) in DOMFileSystem()
101 ++m_numberOfPendingCallbacks; in addPendingCallbacks()
106 ASSERT(m_numberOfPendingCallbacks > 0); in removePendingCallbacks()
107 --m_numberOfPendingCallbacks; in removePendingCallbacks()
112 ASSERT(m_numberOfPendingCallbacks >= 0); in hasPendingActivity()
113 return m_numberOfPendingCallbacks; in hasPendingActivity()
DDOMFileSystem.h200 int m_numberOfPendingCallbacks; variable