Searched refs:cacheToSave (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.h64 int64_t spaceNeeded(int64_t cacheToSave);
H A DApplicationCacheStorage.cpp393 int64_t ApplicationCacheStorage::spaceNeeded(int64_t cacheToSave) argument
423 spaceNeeded = cacheToSave - totalAvailableSize;

Completed in 120 milliseconds