Home
last modified time | relevance | path

Searched defs:storageType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DStorageInfoChromium.cpp61 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext* context, int storageType, PassRefPtr<S… in queryUsageAndQuota()
79 void StorageInfo::requestQuota(ScriptExecutionContext* context, int storageType, unsigned long long… in requestQuota()
DStorageEventDispatcherChromium.cpp47 const String& newValue, StorageType storageType, in dispatch()
DWebStorageEventDispatcherImpl.cpp65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent() local
DStorageAreaProxy.cpp50 StorageAreaProxy::StorageAreaProxy(WebKit::WebStorageArea* storageArea, StorageType storageType) in StorageAreaProxy()
112 …nst String& key, const String& oldValue, const String& newValue, StorageType storageType, Security… in storageEvent()
DStorageEventDispatcherImpl.cpp55 const KURL& url, StorageType storageType) in dispatchStorageEvent()
DStorageNamespaceProxy.cpp56 …roxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType) in StorageNamespaceProxy()
/external/webkit/Source/WebCore/storage/
DStorageAreaImpl.cpp47 inline StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin,… in StorageAreaImpl()
61 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOri… in create()
DStorageEventDispatcher.cpp41 …nst String& key, const String& oldValue, const String& newValue, StorageType storageType, Security… in dispatch()
DStorageNamespaceImpl.cpp71 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned qu… in StorageNamespaceImpl()