Searched refs:HISTORY_LOADED (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_storage.cc | 174 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/ |
D | typed_url_data_type_controller.cc | 89 notification_registrar_.Add(this, NotificationType::HISTORY_LOADED, in Start() 99 NotificationType::HISTORY_LOADED, in Observe()
|
/external/chromium/chrome/browser/history/ |
D | top_sites.cc | 181 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()
|
D | top_sites.h | 186 HISTORY_LOADED enumerator
|
D | history.cc | 796 NotificationService::current()->Notify(NotificationType::HISTORY_LOADED, in OnDBLoaded()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | history_menu_bridge.mm | 104 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/ |
D | autocomplete_edit_view_browsertest.cc | 294 registrar.Add(this, NotificationType::HISTORY_LOADED, in AddHistoryEntry() 351 case NotificationType::HISTORY_LOADED: in Observe()
|