Searched refs:m_storageType (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | StorageNamespaceImpl.cpp | 72 : m_storageType(storageType) in StorageNamespaceImpl() 78 if (m_storageType == LocalStorage && !m_path.isEmpty()) in StorageNamespaceImpl() 86 if (m_storageType == LocalStorage) { in ~StorageNamespaceImpl() 99 ASSERT(m_storageType == SessionStorage); in copy() 101 …RefPtr<StorageNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_pat… in copy() 119 storageArea = StorageAreaImpl::create(m_storageType, origin, m_syncManager, m_quota); in storageArea() 132 if (m_storageType == SessionStorage) { in close()
|
D | StorageAreaImpl.cpp | 48 : m_storageType(storageType) in StorageAreaImpl() 82 : m_storageType(area->m_storageType) in StorageAreaImpl() 164 …StorageEventDispatcher::dispatch(key, oldValue, value, m_storageType, m_securityOrigin.get(), fram… in setItem() 186 …StorageEventDispatcher::dispatch(key, oldValue, String(), m_storageType, m_securityOrigin.get(), f… in removeItem() 206 …StorageEventDispatcher::dispatch(String(), String(), String(), m_storageType, m_securityOrigin.get… in clear()
|
D | StorageNamespaceImpl.h | 74 StorageType m_storageType; variable
|
D | StorageAreaImpl.h | 73 StorageType m_storageType; variable
|
/external/webkit/Source/WebKit/chromium/src/ |
D | StorageNamespaceProxy.cpp | 58 , m_storageType(storageType) in StorageNamespaceProxy() 68 ASSERT(m_storageType == SessionStorage); in copy() 76 return adoptRef(new StorageNamespaceProxy(newNamespace, m_storageType)); in copy() 81 …ef(new StorageAreaProxy(m_storageNamespace->createStorageArea(origin->toString()), m_storageType)); in storageArea()
|
D | StorageAreaProxy.cpp | 52 , m_storageType(storageType) in StorageAreaProxy() 84 … storageEvent(key, oldValue, value, m_storageType, frame->document()->securityOrigin(), frame); in setItem() 93 … storageEvent(key, oldValue, String(), m_storageType, frame->document()->securityOrigin(), frame); in removeItem() 102 …storageEvent(String(), String(), String(), m_storageType, frame->document()->securityOrigin(), fra… in clear()
|
D | StorageNamespaceProxy.h | 54 StorageType m_storageType; variable
|
D | StorageAreaProxy.h | 58 StorageType m_storageType; variable
|