Home | History | Annotate | Download | only in history

Lines Matching defs:history

5 #include "chrome/browser/history/top_sites.h"
16 #include "chrome/browser/history/history_backend.h"
17 #include "chrome/browser/history/history_notifications.h"
18 #include "chrome/browser/history/page_usage_data.h"
19 #include "chrome/browser/history/top_sites_backend.h"
20 #include "chrome/browser/history/top_sites_cache.h"
39 namespace history {
71 // HistoryDBTask used during migration of thumbnails from history to top sites.
72 // When run on the history thread it collects the top sites and the
86 virtual bool RunOnDBThread(history::HistoryBackend* backend,
87 history::HistoryDatabase* db) {
115 // and used on the history thread.
120 // Number of results to request from history.
175 // History may have already finished loading by the time we're created.
176 HistoryService* history = profile_->GetHistoryServiceWithoutCreating();
177 if (history && history->backend_loaded()) {
178 if (history->needs_top_sites_migration())
320 // we can tell history to finish its part of migration.
331 // No migration from history is needed.
775 Details<history::URLsDeletedDetails> deleted_details(details);
808 // To avoid slamming history we throttle requests when the url updates.
860 // Restart the timer that queries history for top sites. This is done to
861 // ensure we stay in sync with history.
928 HistoryService* history =
930 if (history)
931 history->OnTopSitesReady();
954 // Start a timer that refreshes top sites from history.
959 // for history to finish loading to know if we really needed to migrate.
966 // Ask for history just in case it hasn't been loaded yet. When history
985 } // namespace history