Home | History | Annotate | Download | only in history

Lines Matching defs:TopSites

47 class TopSites
48 : public base::RefCountedThreadSafe<TopSites>,
52 explicit TopSites(Profile* profile);
54 // Initializes TopSites.
158 // This function also returns false if TopSites isn't loaded yet.
163 // TopSites isn't loaded yet.
168 virtual ~TopSites();
171 friend class base::RefCountedThreadSafe<TopSites>;
299 // Callback from TopSites with the top sites/thumbnails.
327 base::OneShotTimer<TopSites> timer_;
371 DISALLOW_COPY_AND_ASSIGN(TopSites);