HomeSort by relevance Sort by last modified time
    Searched refs:TopSites (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium/android/autofill/
profile_android.h 47 class TopSites;
146 virtual history::TopSites* GetTopSites() { NOTREACHED(); return NULL; }
224 virtual history::TopSites* GetTopSitesWithoutCreating() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 34 class TopSites;
221 // Returns a pointer to the TopSites (thumbnail manager) instance
223 virtual history::TopSites* GetTopSites() = 0;
226 virtual history::TopSites* GetTopSitesWithoutCreating() = 0;
profile_impl.h 56 virtual history::TopSites* GetTopSites();
57 virtual history::TopSites* GetTopSitesWithoutCreating();
297 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
profile.cc 562 virtual history::TopSites* GetTopSitesWithoutCreating() {
566 virtual history::TopSites* GetTopSites() {
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 98 virtual history::TopSites* GetTopSites() OVERRIDE;
99 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
244 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
off_the_record_profile_impl.cc 359 history::TopSites* OffTheRecordProfileImpl::GetTopSitesWithoutCreating() {
363 history::TopSites* OffTheRecordProfileImpl::GetTopSites() {
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 62 virtual history::TopSites* GetTopSites() OVERRIDE {
  /external/chromium_org/chrome/browser/history/
top_sites_impl.h 51 class TopSitesImpl : public TopSites {
223 // Callback from TopSites with the top sites/thumbnails. Should be called
top_sites_likely_impl.h 51 class TopSitesLikelyImpl : public TopSites {
223 // Callback from TopSites with the top sites/thumbnails. Should be called
top_sites_impl.cc 92 LoadThumbnailsFromHistoryTask(TopSites* top_sites,
138 scoped_refptr<TopSites> top_sites_;
398 // TopSites thought it needed migration, but it really didn't. This
850 content::Details<TopSites>(this));
868 content::Source<TopSites>(this),
top_sites_likely_impl.cc 92 LoadThumbnailsFromHistoryTask(TopSites* top_sites,
138 scoped_refptr<TopSites> top_sites_;
399 // TopSites thought it needed migration, but it really didn't. This
854 content::Details<TopSites>(this));
872 content::Source<TopSites>(this),
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 284 // A mock version of TopSites, used for testing ShouldUpdateThumbnail().
285 class MockTopSites : public history::TopSites {
288 : history::TopSites(profile),
292 // history::TopSites overrides.
thumbnail_generator.cc 441 history::TopSites* top_sites = tab_contents->profile()->GetTopSites();
468 history::TopSites* top_sites,
  /external/chromium_org/chrome/browser/
jumplist_win.cc 499 history::TopSites* top_sites = profile_->GetTopSites();
501 // TopSites updates itself after a delay. This is especially noticable when
502 // your profile is empty. Ask TopSites to update itself when jumplist is
506 // Register for notification when TopSites changes so that we can update
509 content::Source<history::TopSites>(top_sites));
525 history::TopSites* top_sites = profile_->GetTopSites();
  /external/chromium_org/chrome/test/base/
testing_profile.cc 423 top_sites_ = history::TopSites::Create(
614 history::TopSites* TestingProfile::GetTopSites() {
618 history::TopSites* TestingProfile::GetTopSitesWithoutCreating() {
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 61 // TopSites is queried before it finishes loading.
68 void QueryTopSites(TopSites* top_sites, bool wait) {
89 // Callback for TopSites::GetMostVisitedURLs.
155 // Gets the thumbnail for |url| from TopSites.
196 TopSites* top_sites() { return profile_->GetTopSites(); }
204 return TopSites::GetPrepopulatePages();
274 // Recreate TopSites and wait for it to load.
280 // Wrappers that allow private TopSites functions to be called from the
296 return TopSites::EncodeBitmap(image, bytes);
312 return TopSites::AddPrepopulatedPages(urls)
    [all...]
history.cc 800 // We don't want to force creation of TopSites.
801 history::TopSites* ts = profile_->GetTopSitesWithoutCreating();
810 // We don't want to force creation of TopSites.
811 history::TopSites* ts = profile_->GetTopSitesWithoutCreating();
  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 326 history::TopSites* top_sites = profile_->GetTopSites();
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 157 history::TopSites* top_sites = profile->GetTopSites();
244 // Run all pending messages to give TopSites a chance to catch up.
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 316 history::TopSites* ts = profile()->GetTopSites();
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 134 // Register for notification when TopSites changes so that we can update
137 content::Source<history::TopSites>(top_sites_));
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 55 class TopSites;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 410 // Register for notification when TopSites changes so that we can update
413 content::Source<history::TopSites>(top_sites_));

Completed in 457 milliseconds

12 3