Searched defs:storageType (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | StorageInfoChromium.cpp | 61 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext* context, int storageType, PassRefPtr<S… in queryUsageAndQuota() 79 void StorageInfo::requestQuota(ScriptExecutionContext* context, int storageType, unsigned long long… in requestQuota()
|
D | StorageEventDispatcherChromium.cpp | 47 const String& newValue, StorageType storageType, in dispatch()
|
D | WebStorageEventDispatcherImpl.cpp | 65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent() local
|
D | StorageAreaProxy.cpp | 50 StorageAreaProxy::StorageAreaProxy(WebKit::WebStorageArea* storageArea, StorageType storageType) in StorageAreaProxy() 112 …nst String& key, const String& oldValue, const String& newValue, StorageType storageType, Security… in storageEvent()
|
D | StorageEventDispatcherImpl.cpp | 55 const KURL& url, StorageType storageType) in dispatchStorageEvent()
|
D | StorageNamespaceProxy.cpp | 56 …roxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType) in StorageNamespaceProxy()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageAreaImpl.cpp | 47 inline StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin,… in StorageAreaImpl() 61 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOri… in create()
|
D | StorageEventDispatcher.cpp | 41 …nst String& key, const String& oldValue, const String& newValue, StorageType storageType, Security… in dispatch()
|
D | StorageNamespaceImpl.cpp | 71 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned qu… in StorageNamespaceImpl()
|