Searched refs:contentSizeInBytes (Results 1 – 2 of 2) sorted by relevance
42 int32_t contentSizeInBytes() const { return mContent.size(); } in contentSizeInBytes() function
302 final int contentSizeInBytes = renderedPage.getSizeInBytes(); in putRenderedPage() local303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()307 mSizeInBytes += contentSizeInBytes; in putRenderedPage()