Searched defs:BroadcastNotifications (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc171 void BroadcastNotifications(NotificationType type, function in class:history::ExpireHistoryTest
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.cc89 virtual void BroadcastNotifications(
101 &HistoryService::BroadcastNotifications, type, details));
748 void HistoryService::BroadcastNotifications( function in class:HistoryService
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...]

Completed in 58 milliseconds