Home
last modified time | relevance | path

Searched refs:m_isShutdown (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/storage/
DStorageAreaImpl.cpp53 , m_isShutdown(false) in StorageAreaImpl()
77 ASSERT(!m_isShutdown); in copy()
87 , m_isShutdown(area->m_isShutdown) in StorageAreaImpl()
93 ASSERT(!m_isShutdown); in StorageAreaImpl()
115 ASSERT(!m_isShutdown); in length()
123 ASSERT(!m_isShutdown); in key()
131 ASSERT(!m_isShutdown); in getItem()
139 ASSERT(!m_isShutdown); in setItem()
170 ASSERT(!m_isShutdown); in removeItem()
192 ASSERT(!m_isShutdown); in clear()
[all …]
DStorageNamespaceImpl.cpp76 , m_isShutdown(false) in StorageNamespaceImpl()
91 if (!m_isShutdown) in ~StorageNamespaceImpl()
98 ASSERT(!m_isShutdown); in copy()
112 ASSERT(!m_isShutdown); in storageArea()
128 if (m_isShutdown) in close()
144 m_isShutdown = true; in close()
151 if (m_isShutdown) in clear()
DStorageNamespaceImpl.h81 bool m_isShutdown; variable
DStorageAreaImpl.h81 bool m_isShutdown; variable