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

/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc183 BroadcastNotifications(&effects, DELETION_USER_INITIATED);
243 BroadcastNotifications(&effects, DELETION_USER_INITIATED);
317 void ExpireHistoryBackend::BroadcastNotifications(DeleteEffects* effects, function in class:history::ExpireHistoryBackend
323 delegate_->BroadcastNotifications(
335 delegate_->BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_DELETED,
507 BroadcastNotifications(&deleted_effects, DELETION_EXPIRED);
H A Dexpire_history_backend.h34 virtual void BroadcastNotifications(int type,
211 void BroadcastNotifications(DeleteEffects* effects, DeletionType type);
H A Dhistory_backend.cc816 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URL_VISITED,
880 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
930 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
1016 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
1096 BroadcastNotifications(
1120 BroadcastNotifications(
2513 void HistoryBackend::BroadcastNotifications( function in class:history::HistoryBackend
2519 delegate_->BroadcastNotifications(type, details.Pass());
2590 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_DELETED,
H A Dhistory_backend.h131 virtual void BroadcastNotifications(int type,
776 virtual void BroadcastNotifications(
H A Dhistory_backend_unittest.cc96 virtual void BroadcastNotifications(
152 void BroadcastNotifications(int type, scoped_ptr<HistoryDetails> details) { function in class:history::HistoryBackendTestBase
217 void HistoryBackendTestDelegate::BroadcastNotifications( function in class:history::HistoryBackendTestDelegate
220 test_->BroadcastNotifications(type, details.Pass());
397 BroadcastNotifications(type, details.PassAs<HistoryDetails>());
402 BroadcastNotifications(type, details.PassAs<HistoryDetails>());
407 BroadcastNotifications(type, details.PassAs<HistoryDetails>());
3102 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_DELETED,
H A Dhistory_unittest.cc100 virtual void BroadcastNotifications(
227 void BackendDelegate::BroadcastNotifications( function in class:history::BackendDelegate
H A Dexpire_history_backend_unittest.cc151 virtual void BroadcastNotifications(
H A Dhistory_service.cc169 virtual void BroadcastNotifications(
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc237 BroadcastNotifications(&notifications);
252 BroadcastNotifications(&notifications);
269 BroadcastNotifications(&notifications);
285 BroadcastNotifications(&notifications);
357 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
408 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1071 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1082 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1151 base::Bind(&HistoryBackend::Delegate::BroadcastNotifications,
1163 void AndroidProviderBackend::BroadcastNotifications( function in class:history::AndroidProviderBackend
[all...]
H A Dandroid_provider_backend.h311 void BroadcastNotifications(HistoryNotifications* notifications);
H A Dandroid_provider_backend_unittest.cc78 virtual void BroadcastNotifications(

Completed in 5154 milliseconds