Searched refs:notification_method (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/jingle/notifier/base/ |
D | notification_method.cc | 14 NotificationMethod notification_method) { in NotificationMethodToString() argument 15 switch (notification_method) { in NotificationMethodToString() 24 << notification_method; in NotificationMethodToString()
|
D | notifier_options.cc | 15 notification_method(kDefaultNotificationMethod), in NotifierOptions()
|
D | notification_method.h | 23 NotificationMethod notification_method);
|
D | notifier_options.h | 39 NotificationMethod notification_method; member
|
/external/chromium_org/jingle/ |
D | BUILD.gn | 35 "notifier/base/notification_method.h", 36 "notifier/base/notification_method.cc", 182 "notifier/base/notification_method.h", 183 "notifier/base/notification_method.cc",
|
D | jingle.gyp | 48 'notifier/base/notification_method.h', 49 'notifier/base/notification_method.cc', 201 'notifier/base/notification_method.h', 202 'notifier/base/notification_method.cc',
|
/external/chromium_org/components/invalidation/ |
D | ticl_invalidation_service.cc | 368 DCHECK_EQ(notifier::NOTIFICATION_SERVER, options.notification_method); in StartInvalidator()
|