/external/webkit/Source/WebKit/chromium/src/ |
D | StorageInfoChromium.cpp | 61 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext* context, int storageType, PassRefPtr<S… in queryUsageAndQuota() argument 64 … if (storageType != WebStorageQuotaTypeTemporary && storageType != WebStorageQuotaTypePersistent) { in queryUsageAndQuota() 72 …->queryStorageUsageAndQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), new WebStorag… in queryUsageAndQuota() 79 void StorageInfo::requestQuota(ScriptExecutionContext* context, int storageType, unsigned long long… in requestQuota() argument 82 … if (storageType != WebStorageQuotaTypeTemporary && storageType != WebStorageQuotaTypePersistent) { in requestQuota() 90 …ient()->requestStorageQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), newQuotaInByt… in requestQuota()
|
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 | StorageAreaProxy.cpp | 50 StorageAreaProxy::StorageAreaProxy(WebKit::WebStorageArea* storageArea, StorageType storageType) in StorageAreaProxy() argument 52 , m_storageType(storageType) in StorageAreaProxy() 112 …ring& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin… in storageEvent() argument 121 if (storageType == SessionStorage) { in storageEvent()
|
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 | StorageEventDispatcherImpl.cpp | 55 const KURL& url, StorageType storageType) in dispatchStorageEvent() argument 58 if (storageType == SessionStorage) in dispatchStorageEvent()
|
D | StorageNamespaceProxy.cpp | 56 …roxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType) in StorageNamespaceProxy() argument 58 , m_storageType(storageType) in StorageNamespaceProxy()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageInfo.h | 58 …void queryUsageAndQuota(ScriptExecutionContext*, int storageType, PassRefPtr<StorageInfoUsageCallb… 60 …void requestQuota(ScriptExecutionContext*, int storageType, unsigned long long newQuotaInBytes, Pa…
|
D | StorageAreaImpl.cpp | 47 inline StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin,… in StorageAreaImpl() argument 48 : m_storageType(storageType) in StorageAreaImpl() 61 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOri… in create() argument 63 …RefPtr<StorageAreaImpl> area = adoptRef(new StorageAreaImpl(storageType, origin, syncManager, quot… in create()
|
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 | 71 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned qu… in StorageNamespaceImpl() argument 72 : m_storageType(storageType) in StorageNamespaceImpl()
|
D | StorageInfo.idl | 35 …[CallWith=ScriptExecutionContext] void queryUsageAndQuota(in unsigned short storageType, in [Callb…
|