Searched refs:cached_bitmaps_ (Results 1 – 2 of 2) sorted by relevance
279 for (BitmapCache::iterator it = cached_bitmaps_.begin(); in ~TabRendererGtk()280 it != cached_bitmaps_.end(); ++it) { in ~TabRendererGtk()561 for (BitmapCache::iterator it = cached_bitmaps_.begin(); in Observe()562 it != cached_bitmaps_.end(); ++it) { in Observe()565 cached_bitmaps_.clear(); in Observe()770 BitmapCache::iterator it = cached_bitmaps_.find(std::make_pair(mask, in GetMaskedBitmap()772 if (it != cached_bitmaps_.end()) { in GetMaskedBitmap()789 cached_bitmaps_[std::make_pair(mask, background)] = bitmap; in GetMaskedBitmap()
332 BitmapCache cached_bitmaps_; variable