HomeSort by relevance Sort by last modified time
    Searched refs:noQuota (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebStorageNamespace.h 61 static const unsigned noQuota = UINT_MAX;
  /external/webkit/Source/WebCore/storage/
StorageMap.h 56 static const unsigned noQuota = UINT_MAX;
StorageMap.cpp 130 if (m_quotaSize != noQuota && (overflow || overQuota)) {
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 102 static int64_t noQuota() { return std::numeric_limits<int64_t>::max(); }
ApplicationCacheStorage.cpp     [all...]
ApplicationCacheGroup.cpp 593 m_availableSpaceInQuota = ApplicationCacheStorage::noQuota();
    [all...]
  /external/webkit/Source/WebCore/page/
Settings.cpp 94 , m_sessionStorageQuota(StorageMap::noQuota)
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 395 [NSNumber numberWithLongLong:WebCore::ApplicationCacheStorage::noQuota()], WebKitApplicationCacheTotalQuota,
396 [NSNumber numberWithLongLong:WebCore::ApplicationCacheStorage::noQuota()], WebKitApplicationCacheDefaultOriginQuota,
    [all...]

Completed in 82 milliseconds