Searched refs:mMaxSizeInBytes (Results 1 – 1 of 1) sorted by relevance
275 private final int mMaxSizeInBytes; field in PageContentRepository.PageContentLruCache280 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()347 return mMaxSizeInBytes; in getMaxSizeInBytes()