Searched defs:TopSites (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dtop_sites.cc16 const TopSites::PrepopulatedPage kPrepopulatedPages[] = {
34 TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) {
40 TopSites::TopSites() { function in class:history::TopSites
43 TopSites::~TopSites() {
46 void TopSites::AddObserver(TopSitesObserver* observer) {
50 void TopSites::RemoveObserver(TopSitesObserver* observer) {
54 void TopSites
[all...]
H A Dtop_sites.h32 // Interface for TopSites, which stores the data for the top "most visited"
38 class TopSites class in namespace:history
39 : public base::RefCountedThreadSafe<TopSites>,
42 TopSites();
44 // Initializes TopSites.
45 static TopSites* Create(Profile* profile, const base::FilePath& db_name);
98 // Asks TopSites to refresh what it thinks the top sites are. This may do
129 // This function also returns false if TopSites isn't loaded yet.
139 // also returns false if TopSites isn't loaded yet.
144 // false if TopSites is
[all...]

Completed in 219 milliseconds