OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetTopSites
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/history/
top_sites_cache.cc
18
void TopSitesCache::
SetTopSites
(const MostVisitedURLList& top_sites) {
top_sites.cc
301
SetTopSites
(data.most_visited);
337
SetTopSites
(MostVisitedURLList());
777
SetTopSites
(MostVisitedURLList());
797
SetTopSites
(new_top_sites);
816
void TopSites::
SetTopSites
(const MostVisitedURLList& new_top_sites) {
832
cache_->
SetTopSites
(top_sites);
902
thread_safe_cache_->
SetTopSites
(cached);
944
// Set the top sites directly in the cache so that
SetTopSites
diffs
946
cache_->
SetTopSites
(data->most_visited);
947
SetTopSites
(data->most_visited)
[
all
...]
top_sites_unittest.cc
286
void
SetTopSites
(const MostVisitedURLList& new_top_sites) {
287
top_sites()->
SetTopSites
(new_top_sites);
419
SetTopSites
(most_visited);
491
SetTopSites
(list);
526
SetTopSites
(list);
545
SetTopSites
(MostVisitedURLList());
563
SetTopSites
(url_list);
925
SetTopSites
(url_list);
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_cache.cc
32
void TopSitesCache::
SetTopSites
(const MostVisitedURLList& top_sites) {
top_sites_impl.cc
639
SetTopSites
(new_list);
749
SetTopSites
(MostVisitedURLList());
767
SetTopSites
(new_top_sites);
790
void TopSitesImpl::
SetTopSites
(const MostVisitedURLList& new_top_sites) {
808
cache_->
SetTopSites
(top_sites);
888
thread_safe_cache_->
SetTopSites
(cached);
918
// Set the top sites directly in the cache so that
SetTopSites
diffs
920
cache_->
SetTopSites
(thumbnails->most_visited);
921
SetTopSites
(thumbnails->most_visited);
[
all
...]
top_sites_impl_unittest.cc
295
void
SetTopSites
(const MostVisitedURLList& new_top_sites) {
296
top_sites()->
SetTopSites
(new_top_sites);
326
top_sites()->thread_safe_cache_->
SetTopSites
(empty);
390
SetTopSites
(most_visited);
525
SetTopSites
(list);
560
SetTopSites
(list);
579
SetTopSites
(MostVisitedURLList());
598
SetTopSites
(url_list);
729
SetTopSites
(list);
[
all
...]
Completed in 234 milliseconds