Home
last modified time | relevance | path

Searched refs:HISTORY_LOADED (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_storage.cc174 notification_registrar_.Add(this, NotificationType::HISTORY_LOADED, in MigrateFromHistory()
182 notification_registrar_.Remove(this, NotificationType::HISTORY_LOADED, in OnHistoryFinishedWriting()
245 case NotificationType::HISTORY_LOADED: in Observe()
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_data_type_controller.cc89 notification_registrar_.Add(this, NotificationType::HISTORY_LOADED, in Start()
99 NotificationType::HISTORY_LOADED, in Observe()
/external/chromium/chrome/browser/history/
Dtop_sites.cc181 history_state_ = HISTORY_LOADED; in Init()
299 history_state_ = HISTORY_LOADED; in FinishHistoryMigration()
328 DCHECK_NE(history_state_, HISTORY_LOADED); in HistoryLoaded()
332 history_state_ = HISTORY_LOADED; in HistoryLoaded()
960 if (history_state_ == HISTORY_LOADED) { in OnGotMostVisitedThumbnails()
Dtop_sites.h186 HISTORY_LOADED enumerator
Dhistory.cc796 NotificationService::current()->Notify(NotificationType::HISTORY_LOADED, in OnDBLoaded()
/external/chromium/chrome/browser/ui/cocoa/
Dhistory_menu_bridge.mm104 NotificationType::HISTORY_LOADED,
120 registrar_.Remove(this, NotificationType::HISTORY_LOADED, src);
140 if (type == NotificationType::HISTORY_LOADED) {
149 NotificationType::HISTORY_LOADED,
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_browsertest.cc294 registrar.Add(this, NotificationType::HISTORY_LOADED, in AddHistoryEntry()
351 case NotificationType::HISTORY_LOADED: in Observe()