Searched refs:mLastBigImageVote (Results 1 – 2 of 2) sorted by relevance
57 if (needBigImage != mLastBigImageVote) { in voteBigImage()59 mLastBigImageVote = needBigImage; in voteBigImage()76 if (!mLastBigImageVote) { in incrementBigImageRefCount()80 mLastBigImageVote = true; in incrementBigImageRefCount()99 mLastBigImageVote = false; in decrementBigImageRefCount()
80 bool mLastBigImageVote = false; variable