HomeSort by relevance Sort by last modified time
    Searched defs:StorageInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
StorageInfo.cpp 35 #include "StorageInfo.h"
46 StorageInfo::StorageInfo()
50 StorageInfo::~StorageInfo()
55 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext*, int, PassRefPtr<StorageInfoUsageCallback>, PassRefPtr<StorageInfoErrorCallback>)
60 void StorageInfo::requestQuota(ScriptExecutionContext*, int, unsigned long long, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>)
StorageInfo.h 46 class StorageInfo : public RefCounted<StorageInfo> {
53 static PassRefPtr<StorageInfo> create()
55 return adoptRef(new StorageInfo());
62 ~StorageInfo();
65 StorageInfo();

Completed in 32 milliseconds