Home
last modified time | relevance | path

Searched defs:noQuota (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebStorageNamespace.h61 static const unsigned noQuota = UINT_MAX; variable
/external/webkit/Source/WebCore/storage/
DStorageMap.h56 static const unsigned noQuota = UINT_MAX; variable
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.h102 static int64_t noQuota() { return std::numeric_limits<int64_t>::max(); } in noQuota() function