OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetTopSites
(Results
1 - 3
of
3
) 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
...]
Completed in 70 milliseconds