OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icon_cache_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
icon_manager.cc
23
STLDeleteValues(&
icon_cache_
);
29
IconMap::iterator it =
icon_cache_
.find(CacheKey(group, size));
30
if (it !=
icon_cache_
.end())
75
IconMap::iterator it =
icon_cache_
.find(key);
76
if (it !=
icon_cache_
.end() && result && it->second) {
81
icon_cache_
[key] = result;
icon_manager.h
106
IconMap
icon_cache_
;
member in class:IconManager
/external/chromium_org/chrome/browser/
icon_manager.cc
37
STLDeleteValues(&
icon_cache_
);
51
IconMap::iterator it =
icon_cache_
.find(CacheKey(group, size));
52
if (it !=
icon_cache_
.end())
111
// failure. We assume that if we have an entry in |
icon_cache_
|
114
IconMap::iterator it =
icon_cache_
.find(key);
115
if (it !=
icon_cache_
.end()) {
118
icon_cache_
.erase(it);
125
icon_cache_
[key] = result;
icon_manager.h
107
IconMap
icon_cache_
;
member in class:IconManager
/external/chromium/chrome/browser/ui/cocoa/
task_manager_mac.h
98
// Lazily converts the image at the given row and caches it in |
icon_cache_
|.
118
TableRowNSImageCache
icon_cache_
;
member in class:TaskManagerMac
/external/chromium_org/chrome/browser/ui/cocoa/
task_manager_mac.h
93
// Lazily converts the image at the given row and caches it in |
icon_cache_
|.
111
TableRowNSImageCache
icon_cache_
;
member in class:TaskManagerMac
Completed in 77 milliseconds