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

  /external/chromium/chrome/browser/history/
history.cc 89 virtual void BroadcastNotifications(
101 &HistoryService::BroadcastNotifications, type, details));
748 void HistoryService::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_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...]
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...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 170 BroadcastNotifications(notifications);
183 BroadcastNotifications(notifications);
202 BroadcastNotifications(notifications);
219 BroadcastNotifications(notifications);
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 95 virtual void BroadcastNotifications(int type,
209 void BackendDelegate::BroadcastNotifications(int type,
    [all...]
history_backend.cc 791 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URL_VISITED, details);
866 BroadcastNotifications(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
    [all...]
history_backend_unittest.cc 86 virtual void BroadcastNotifications(int type,
393 void BroadcastNotifications(int type,
420 void HistoryBackendTestDelegate::BroadcastNotifications(
423 test_->BroadcastNotifications(type, details);
    [all...]

Completed in 946 milliseconds