Searched refs:BroadcastNotifications (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.h38 virtual void BroadcastNotifications(NotificationType type,
H A Dhistory_backend.h78 virtual void BroadcastNotifications(NotificationType type,
486 virtual void BroadcastNotifications(NotificationType type,
H A Dhistory_backend.cc721 BroadcastNotifications(NotificationType::HISTORY_URL_VISITED, details);
807 BroadcastNotifications(NotificationType::HISTORY_TYPED_URLS_MODIFIED,
863 BroadcastNotifications(NotificationType::HISTORY_TYPED_URLS_MODIFIED,
1059 // details is deleted by BroadcastNotifications.
1064 BroadcastNotifications(NotificationType::HISTORY_KEYWORD_SEARCH_TERM_UPDATED,
1688 BroadcastNotifications(NotificationType::FAVICON_CHANGED, changed_details);
1832 BroadcastNotifications(NotificationType::FAVICON_CHANGED, changed_details);
2058 void HistoryBackend::BroadcastNotifications( function in class:history::HistoryBackend
2062 delegate_->BroadcastNotifications(type, details_deleted);
2145 BroadcastNotifications(NotificationTyp
[all...]
H A Dhistory.cc89 virtual void BroadcastNotifications(
101 &HistoryService::BroadcastNotifications, type, details));
748 void HistoryService::BroadcastNotifications( function in class:HistoryService
H A Dexpire_history_backend.cc345 delegate_->BroadcastNotifications(NotificationType::HISTORY_URLS_DELETED,
358 delegate_->BroadcastNotifications(
H A Dhistory_backend_unittest.cc58 virtual void BroadcastNotifications(NotificationType type,
172 void BroadcastNotifications(NotificationType type, function in class:history::HistoryBackendTest
191 void HistoryBackendTestDelegate::BroadcastNotifications( function in class:history::HistoryBackendTestDelegate
194 test_->BroadcastNotifications(type, details);
H A Dhistory_unittest.cc93 virtual void BroadcastNotifications(NotificationType type,
287 void BackendDelegate::BroadcastNotifications(NotificationType type, function in class:history::BackendDelegate
H A Dhistory.h628 void BroadcastNotifications(NotificationType type,
H A Dexpire_history_backend_unittest.cc171 void BroadcastNotifications(NotificationType type, function in class:history::ExpireHistoryTest
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.h35 virtual void BroadcastNotifications(int type,
H A Dhistory_backend.cc825 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URL_VISITED, details);
906 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
958 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
1189 // details is deleted by BroadcastNotifications.
1194 BroadcastNotifications(
2148 BroadcastNotifications(chrome::NOTIFICATION_FAVICON_CHANGED,
2517 BroadcastNotifications(chrome::NOTIFICATION_FAVICON_CHANGED,
2803 void HistoryBackend::BroadcastNotifications( function in class:history::HistoryBackend
2809 delegate_->BroadcastNotifications(type, details_deleted);
2894 BroadcastNotifications(chrom
[all...]
H A Dhistory_backend.h97 virtual void BroadcastNotifications(int type,
814 virtual void BroadcastNotifications(int type,
H A Dexpire_history_backend.cc389 delegate_->BroadcastNotifications(
H A Dhistory_unittest.cc95 virtual void BroadcastNotifications(int type,
210 void BackendDelegate::BroadcastNotifications(int type, function in class:history::BackendDelegate
H A Dexpire_history_backend_unittest.cc163 virtual void BroadcastNotifications(
H A Dhistory_backend_unittest.cc95 virtual void BroadcastNotifications(int type,
403 void BroadcastNotifications(int type, function in class:history::HistoryBackendTest
430 void HistoryBackendTestDelegate::BroadcastNotifications( function in class:history::HistoryBackendTestDelegate
433 test_->BroadcastNotifications(type, details);
H A Dhistory_service.cc155 virtual void BroadcastNotifications(
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc170 BroadcastNotifications(notifications);
183 BroadcastNotifications(notifications);
202 BroadcastNotifications(notifications);
219 BroadcastNotifications(notifications);
1137 void AndroidProviderBackend::BroadcastNotifications( function in class:history::AndroidProviderBackend
1141 delegate_->BroadcastNotifications(i->type, i->detail);
H A Dandroid_provider_backend.h313 void BroadcastNotifications(const HistoryNotifications& notifications);
H A Dandroid_provider_backend_unittest.cc64 virtual void BroadcastNotifications(int type,

Completed in 162 milliseconds