Searched defs:storageType (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
D | DeprecatedStorageInfo.cpp | 54 void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType,… in queryUsageAndQuota() 66 void DeprecatedStorageInfo::requestQuota(ExecutionContext* executionContext, int storageType, unsig… in requestQuota() 78 DeprecatedStorageQuota* DeprecatedStorageInfo::getStorageQuota(int storageType) in getStorageQuota()
|
D | DeprecatedStorageQuota.cpp | 59 blink::WebStorageQuotaType storageType = static_cast<blink::WebStorageQuotaType>(m_type); in queryUsageAndQuota() local 81 blink::WebStorageQuotaType storageType = static_cast<blink::WebStorageQuotaType>(m_type); in requestQuota() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | StorageQuotaClientImpl.cpp | 64 …ClientImpl::requestQuota(ExecutionContext* executionContext, WebStorageQuotaType storageType, unsi… in requestQuota()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebDragData.h | 64 StorageType storageType; member
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMStorageAgent.cpp | 182 …nst String& key, const String& oldValue, const String& newValue, StorageType storageType, Security… in didDispatchDOMStorageEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
D | StorageArea.cpp | 48 StorageArea::StorageArea(PassOwnPtr<blink::WebStorageArea> storageArea, StorageType storageType) in StorageArea()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.hpp | 87 StorageType storageType; member
|