OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approximation_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.cc
128
approximation_cache_
(approximation_cache_size),
143
approximation_cache_
.Clear();
184
approximation_cache_
.Put(tab_id, approx_thumbnail.Pass());
191
approximation_cache_
.Remove(tab_id);
216
thumbnail =
approximation_cache_
.Get(tab_id);
481
cached_thumbnail =
approximation_cache_
.Get(tab_id);
483
approximation_cache_
.Remove(tab_id);
834
Thumbnail* approx_thumbnail =
approximation_cache_
.Get(tab_id);
thumbnail_store.h
156
ExpiringThumbnailCache
approximation_cache_
;
member in class:ThumbnailStore
Completed in 1045 milliseconds