OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetThumbnails
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/history/
top_sites_cache.h
31
void
SetThumbnails
(const URLToImagesMap& images);
top_sites_cache.cc
23
void TopSitesCache::
SetThumbnails
(const URLToImagesMap& images) {
top_sites.cc
907
thread_safe_cache_->
SetThumbnails
(cache_->images());
948
cache_->
SetThumbnails
(data->url_to_images_map);
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_cache.h
51
void
SetThumbnails
(const URLToImagesMap& images);
top_sites_cache.cc
38
void TopSitesCache::
SetThumbnails
(const URLToImagesMap& images) {
top_sites_impl.cc
893
thread_safe_cache_->
SetThumbnails
(cache_->images());
922
cache_->
SetThumbnails
(thumbnails->url_to_images_map);
[
all
...]
Completed in 546 milliseconds