HomeSort by relevance Sort by last modified time
    Searched full:notificationtype (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.cc 17 std::string Str(const std::vector<extensions::NotificationType>& types) {
20 for (std::vector<extensions::NotificationType>::const_iterator it =
52 return CheckNotifications(std::vector<extensions::NotificationType>());
56 extensions::NotificationType type) {
57 return CheckNotifications(std::vector<extensions::NotificationType>(1, type));
61 extensions::NotificationType t1,
62 extensions::NotificationType t2) {
63 std::vector<extensions::NotificationType> types;
70 extensions::NotificationType t1,
71 extensions::NotificationType t2
    [all...]
extension_notification_observer.h 35 testing::AssertionResult CheckNotifications(extensions::NotificationType type)
37 testing::AssertionResult CheckNotifications(extensions::NotificationType t1,
38 extensions::NotificationType t2)
40 testing::AssertionResult CheckNotifications(extensions::NotificationType t1,
41 extensions::NotificationType t2,
42 extensions::NotificationType t3)
44 testing::AssertionResult CheckNotifications(extensions::NotificationType t1,
45 extensions::NotificationType t2,
46 extensions::NotificationType t3,
47 extensions::NotificationType t4
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_conversion_helper.h 49 // Conversts message_center::NotificationType to string type used to convert
51 static std::string MapTypeToString(message_center::NotificationType type);
notification.cc 30 message_center::NotificationType type,
notification.h 42 message_center::NotificationType type,
notification_conversion_helper_unittest.cc 27 message_center::NotificationType type) {
notification_conversion_helper.cc 199 message_center::NotificationType type) {
  /external/chromium_org/base/
observer_list.h 68 enum NotificationType {
93 explicit ObserverListBase(NotificationType type)
119 NotificationType type_;
209 typedef typename ObserverListBase<ObserverType>::NotificationType
210 NotificationType;
213 explicit ObserverList(NotificationType type)
observer_list_threadsafe.h 99 typedef typename ObserverList<ObserverType>::NotificationType
100 NotificationType;
104 explicit ObserverListThreadSafe(NotificationType type) : type_(type) {}
210 explicit ObserverListContext(NotificationType type)
290 const NotificationType type_;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java 28 public int notificationType;
64 + (notificationType == 0 ? " originated " : " terminated ")
  /external/chromium_org/ui/message_center/
notification_types.h 28 enum NotificationType {
notification.h 57 Notification(NotificationType type,
75 NotificationType type() const { return type_; }
76 void set_type(NotificationType type) { type_ = type; }
206 NotificationType type_;
notification.cc 51 Notification::Notification(NotificationType type,
notification_list.h 90 const NotificationType type);
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 50 message_center::NotificationType MapApiTemplateTypeToType(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 84 void Notify(chrome::NotificationType notification_type);
new_tab_page_handler.cc 194 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 519 USB_NOTIFICATION_TYPE NotificationType;
523 USB_NOTIFICATION_TYPE NotificationType;
532 USB_NOTIFICATION_TYPE NotificationType;
539 USB_NOTIFICATION_TYPE NotificationType;
rpcasync.h 43 RPC_NOTIFICATION_TYPES NotificationType;
243 RPC_NOTIFICATION_TYPES NotificationType,
httpfilt.h 162 DWORD WINAPI HttpFilterProc(HTTP_FILTER_CONTEXT *pfc,DWORD NotificationType,VOID *pvNotification);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 430 IN STREAM_MINIDRIVER_DEVICE_NOTIFICATION_TYPE NotificationType,
536 IN STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE NotificationType,
storport.h 174 IN SCSI_NOTIFICATION_TYPE NotificationType,
  /external/chromium_org/chrome/browser/
upgrade_detector.cc 104 void UpgradeDetector::TriggerNotification(chrome::NotificationType type) {
upgrade_detector.h 137 void TriggerNotification(chrome::NotificationType type);
  /external/chromium_org/components/invalidation/
p2p_invalidator_unittest.cc 172 "{\"invalidations\":[],\"notificationType\":\"notifySelf\","
199 "],\"notificationType\":\"notifyAll\","

Completed in 680 milliseconds

1 2 3