Searched refs:bIsUpToDate (Results 1 – 3 of 3) sorted by relevance
218 bool bIsUpToDate = false; in RequestPreviewBitmap() local220 bIsUpToDate = mpBitmapCache->BitmapIsUpToDate (pPage); in RequestPreviewBitmap()221 if (bIsUpToDate) in RequestPreviewBitmap()225 bIsUpToDate = false; in RequestPreviewBitmap()228 if ( ! bIsUpToDate) in RequestPreviewBitmap()
62 void SetUpToDate (bool bIsUpToDate) { mbIsUpToDate = bIsUpToDate; } in SetUpToDate() argument215 bool bIsUpToDate = false; in BitmapIsUpToDate() local218 bIsUpToDate = aIterator->second.IsUpToDate(); in BitmapIsUpToDate()220 return bIsUpToDate; in BitmapIsUpToDate()
353 bool bIsUpToDate (true); in Resync() local364 bIsUpToDate = false; in Resync()371 bIsUpToDate = false; in Resync()375 if ( ! bIsUpToDate) in Resync()
Completed in 20 milliseconds