Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DStorageAreaProxy.cpp49 StorageAreaProxy::StorageAreaProxy(WebKit::WebStorageArea* storageArea, StorageType storageType) in StorageAreaProxy() argument
51 , m_storageType(storageType) in StorageAreaProxy()
110 …ring& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin… in storageEvent() argument
119 if (storageType == SessionStorage) { in storageEvent()
DStorageEventDispatcherChromium.cpp47 const String& newValue, StorageType storageType, in dispatch() argument
51 …geEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage… in dispatch()
DWebStorageEventDispatcherImpl.cpp65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent() local
67 …tDispatcher->dispatchStorageEvent(key, oldValue, newValue, securityOrigin.get(), url, storageType); in dispatchStorageEvent()
DStorageNamespaceProxy.cpp57 …roxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType) in StorageNamespaceProxy() argument
59 , m_storageType(storageType) in StorageNamespaceProxy()
DStorageEventDispatcherImpl.cpp55 const KURL& url, StorageType storageType) in dispatchStorageEvent() argument
58 if (storageType == SessionStorage) in dispatchStorageEvent()
/external/webkit/WebCore/storage/
DStorageAreaImpl.cpp47 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOri… in create() argument
49 return adoptRef(new StorageAreaImpl(storageType, origin, syncManager, quota)); in create()
52 StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRe… in StorageAreaImpl() argument
53 : m_storageType(storageType) in StorageAreaImpl()
DStorageEventDispatcher.cpp41 …ring& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin… in dispatch() argument
54 if (storageType == SessionStorage) { in dispatch()
DStorageNamespaceImpl.cpp70 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned qu… in StorageNamespaceImpl() argument
71 : m_storageType(storageType) in StorageNamespaceImpl()