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

  /external/qemu/include/qemu/
notify.h 27 typedef struct NotifierList
30 } NotifierList;
35 void notifier_list_init(NotifierList *list);
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
41 void notifier_list_notify(NotifierList *list, void *data);
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 60 typedef std::vector<message_center::Notifier*> NotifierList;
63 const NotifierList& notifiers) {
64 for (NotifierList::const_iterator it = notifiers.begin();
472 NotifierList notifiers;
473 STLElementDeleter<NotifierList> notifier_deleter(&notifiers);

Completed in 3039 milliseconds