Home
last modified time | relevance | path

Searched defs:notifiers (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/message_center/
Dfake_notifier_settings_provider.cc24 const std::vector<Notifier*>& notifiers) in FakeNotifierSettingsProvider()
67 std::vector<Notifier*>* notifiers) { in GetNotifierList()
108 NotifierGroup* group, const std::vector<Notifier*>& notifiers) { in AddGroup()
Dfake_notifier_settings_provider.h55 std::vector<Notifier*> notifiers; member
/external/chromium_org/ui/message_center/views/
Dnotifier_settings_view_unittest.cc26 TestingNotifierSettingsProvider(const std::vector<Notifier*>& notifiers, in TestingNotifierSettingsProvider()
83 std::vector<Notifier*> notifiers; in SetUp() local
Dnotifier_settings_view.cc511 std::vector<Notifier*> notifiers; in NotifierSettingsView() local
541 std::vector<Notifier*> notifiers; in NotifierGroupChanged() local
549 const std::vector<Notifier*>& notifiers) { in UpdateContentsView()
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DGeolocation.cpp461 void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error) in sendError()
471 void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position) in sendPosition()
478 void Geolocation::stopTimer(GeoNotifierVector& notifiers) in stopTimer()
507 void Geolocation::cancelRequests(GeoNotifierVector& notifiers) in cancelRequests()
523 void Geolocation::extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVecto… in extractNotifiersWithCachedPosition()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_settings_controller.cc177 std::vector<Notifier*>* notifiers) { in GetNotifierList()
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_service.cc337 std::vector<message_center::Notifier*>* notifiers) { in GetSyncedNotificationServices()
/external/chromium_org/net/quic/
Dquic_protocol.h914 std::set<QuicAckNotifier*> notifiers; member