Home | History | Annotate | Download | only in appcache

Lines Matching refs:remainingSize

483 bool ApplicationCacheStorage::remainingSizeForOriginExcludingCache(const SecurityOrigin* origin, ApplicationCache* cache, int64_t& remainingSize)
522 quotaForOrigin(origin, remainingSize);
524 remainingSize = statement.getColumnInt64(1);