Home
last modified time | relevance | path

Searched refs:history_state_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dtop_sites.cc138 history_state_(HISTORY_LOADING), in TopSites()
181 history_state_ = HISTORY_LOADED; in Init()
284 DCHECK_EQ(history_state_, HISTORY_LOADING); in MigrateFromHistory()
286 history_state_ = HISTORY_MIGRATING; in MigrateFromHistory()
297 DCHECK_EQ(history_state_, HISTORY_MIGRATING); in FinishHistoryMigration()
299 history_state_ = HISTORY_LOADED; in FinishHistoryMigration()
328 DCHECK_NE(history_state_, HISTORY_LOADED); in HistoryLoaded()
330 if (history_state_ != HISTORY_MIGRATING) { in HistoryLoaded()
332 history_state_ = HISTORY_LOADED; in HistoryLoaded()
960 if (history_state_ == HISTORY_LOADED) { in OnGotMostVisitedThumbnails()
Dtop_sites.h363 HistoryLoadState history_state_; variable