Searched refs:storageType (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebKit/chromium/src/ |
D | StorageAreaProxy.cpp | 49 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()
|
D | StorageEventDispatcherChromium.cpp | 47 const String& newValue, StorageType storageType, in dispatch() argument 51 …geEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage… in dispatch()
|
D | WebStorageEventDispatcherImpl.cpp | 65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent() local 67 …tDispatcher->dispatchStorageEvent(key, oldValue, newValue, securityOrigin.get(), url, storageType); in dispatchStorageEvent()
|
D | StorageNamespaceProxy.cpp | 57 …roxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType) in StorageNamespaceProxy() argument 59 , m_storageType(storageType) in StorageNamespaceProxy()
|
D | StorageEventDispatcherImpl.cpp | 55 const KURL& url, StorageType storageType) in dispatchStorageEvent() argument 58 if (storageType == SessionStorage) in dispatchStorageEvent()
|
/external/webkit/WebCore/storage/ |
D | StorageAreaImpl.cpp | 47 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()
|
D | StorageEventDispatcher.cpp | 41 …ring& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin… in dispatch() argument 54 if (storageType == SessionStorage) { in dispatch()
|
D | StorageNamespaceImpl.cpp | 70 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned qu… in StorageNamespaceImpl() argument 71 : m_storageType(storageType) in StorageNamespaceImpl()
|