Searched defs:BroadcastNotifications (Results 1 - 5 of 5) 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 Dhistory_unittest.cc100 virtual void BroadcastNotifications(
227 void BackendDelegate::BroadcastNotifications( function in class:history::BackendDelegate
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_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,
/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...]

Completed in 2013 milliseconds