HomeSort by relevance Sort by last modified time
    Searched refs:BroadcastNotifications (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/history/
expire_history_backend.h 38 virtual void BroadcastNotifications(NotificationType type,
history_backend.h 78 virtual void BroadcastNotifications(NotificationType type,
486 virtual void BroadcastNotifications(NotificationType type,
history_backend.cc 721 BroadcastNotifications(NotificationType::HISTORY_URL_VISITED, details);
807 BroadcastNotifications(NotificationType::HISTORY_TYPED_URLS_MODIFIED,
863 BroadcastNotifications(NotificationType::HISTORY_TYPED_URLS_MODIFIED,
    [all...]
history.cc 89 virtual void BroadcastNotifications(
101 &HistoryService::BroadcastNotifications, type, details));
748 void HistoryService::BroadcastNotifications(
expire_history_backend.cc 345 delegate_->BroadcastNotifications(NotificationType::HISTORY_URLS_DELETED,
358 delegate_->BroadcastNotifications(
history_backend_unittest.cc 58 virtual void BroadcastNotifications(NotificationType type,
172 void BroadcastNotifications(NotificationType type,
191 void HistoryBackendTestDelegate::BroadcastNotifications(
194 test_->BroadcastNotifications(type, details);
    [all...]
history.h 628 void BroadcastNotifications(NotificationType type,
    [all...]
history_unittest.cc 93 virtual void BroadcastNotifications(NotificationType type,
287 void BackendDelegate::BroadcastNotifications(NotificationType type,
expire_history_backend_unittest.cc 171 void BroadcastNotifications(NotificationType type,
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend.h 35 virtual void BroadcastNotifications(int type,
history_backend.cc 825 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URL_VISITED, details);
    [all...]
history_backend.h 97 virtual void BroadcastNotifications(int type,
    [all...]
expire_history_backend.cc 389 delegate_->BroadcastNotifications(
history_unittest.cc 95 virtual void BroadcastNotifications(int type,
210 void BackendDelegate::BroadcastNotifications(int type,
    [all...]
expire_history_backend_unittest.cc 163 virtual void BroadcastNotifications(
    [all...]
history_backend_unittest.cc 95 virtual void BroadcastNotifications(int type,
403 void BroadcastNotifications(int type,
430 void HistoryBackendTestDelegate::BroadcastNotifications(
433 test_->BroadcastNotifications(type, details);
    [all...]
history_service.cc 155 virtual void BroadcastNotifications(
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 313 void BroadcastNotifications(const HistoryNotifications& notifications);
android_provider_backend.cc 170 BroadcastNotifications(notifications);
183 BroadcastNotifications(notifications);
202 BroadcastNotifications(notifications);
219 BroadcastNotifications(notifications);
    [all...]
android_provider_backend_unittest.cc 64 virtual void BroadcastNotifications(int type,
    [all...]

Completed in 417 milliseconds