Home
last modified time | relevance | path

Searched refs:m_storageType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/storage/
DStorageNamespaceImpl.cpp72 : 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()
DStorageAreaImpl.cpp48 : 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()
DStorageNamespaceImpl.h74 StorageType m_storageType; variable
DStorageAreaImpl.h73 StorageType m_storageType; variable
/external/webkit/Source/WebKit/chromium/src/
DStorageNamespaceProxy.cpp58 , 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()
DStorageAreaProxy.cpp52 , 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()
DStorageNamespaceProxy.h54 StorageType m_storageType; variable
DStorageAreaProxy.h58 StorageType m_storageType; variable