Searched refs:contentSizeInBytes (Results 1 – 1 of 1) sorted by relevance
302 final int contentSizeInBytes = renderedPage.getSizeInBytes(); in putRenderedPage() local303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()307 mSizeInBytes += contentSizeInBytes; in putRenderedPage()