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