Searched defs:StorageInfo (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageInfo.cpp33 #include "modules/quota/StorageInfo.h"
45 StorageInfo::StorageInfo() function in class:WebCore::StorageInfo
50 StorageInfo::~StorageInfo()
54 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext* scriptExecutionContext, int storageType, PassRefPtr<StorageUsageCallback> successCallback, PassRefPtr<StorageErrorCallback> errorCallback)
66 void StorageInfo::requestQuota(ScriptExecutionContext* scriptExecutionContext, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageQuotaCallback> successCallback, PassRefPtr<StorageErrorCallback> errorCallback)
78 StorageQuota* StorageInfo::getStorageQuota(int storageType)
H A DStorageInfo.h47 class StorageInfo : public RefCounted<StorageInfo>, public ScriptWrappable { class in namespace:WebCore
54 static PassRefPtr<StorageInfo> create()
56 return adoptRef(new StorageInfo());
63 ~StorageInfo();
66 StorageInfo();
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_info.cc24 StorageInfo::StorageInfo() : total_size_in_bytes_(0) { function in class:chrome::StorageInfo
27 StorageInfo::StorageInfo(const std::string& device_id_in, function in class:chrome::StorageInfo
43 StorageInfo::~StorageInfo() {
47 std::string StorageInfo::MakeDeviceId(Type type, const std::string& unique_id) {
70 bool StorageInfo::CrackDeviceId(const std::string& device_id,
105 bool StorageInfo::IsMediaDevice(const std::string& device_id) {
113 bool StorageInfo
[all...]
H A Dstorage_info.h13 struct StorageInfo { struct in namespace:chrome
32 StorageInfo();
34 StorageInfo(const std::string& device_id_in,
41 ~StorageInfo();
/external/chromium_org/webkit/browser/quota/
H A Dmock_quota_manager.cc32 MockQuotaManager::StorageInfo::StorageInfo() : usage(0), quota(kint64max) {} function in class:quota::MockQuotaManager::StorageInfo
33 MockQuotaManager::StorageInfo::~StorageInfo() {}
52 StorageInfo& info = usage_and_quota_map_[std::make_pair(origin, type)];
H A Dmock_quota_manager.h114 struct StorageInfo { struct in class:quota::MockQuotaManager
115 StorageInfo();
116 ~StorageInfo();
122 typedef std::map<OriginAndType, StorageInfo> UsageAndQuotaMap;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DUseCounter.h119 StorageInfo, enumerator in enum:WebCore::UseCounter::Feature

Completed in 143 milliseconds