OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_bitmaps_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
279
for (BitmapCache::iterator it =
cached_bitmaps_
.begin();
280
it !=
cached_bitmaps_
.end(); ++it) {
561
for (BitmapCache::iterator it =
cached_bitmaps_
.begin();
562
it !=
cached_bitmaps_
.end(); ++it) {
565
cached_bitmaps_
.clear();
770
BitmapCache::iterator it =
cached_bitmaps_
.find(std::make_pair(mask,
772
if (it !=
cached_bitmaps_
.end()) {
789
cached_bitmaps_
[std::make_pair(mask, background)] = bitmap;
[
all
...]
tab_renderer_gtk.h
245
// the bitmap in CachedBitmap when we remove it from |
cached_bitmaps_
|. We
332
BitmapCache
cached_bitmaps_
;
member in class:TabRendererGtk
Completed in 86 milliseconds