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

  /external/qemu/include/qemu/
notify.h 29 QLIST_HEAD(, Notifier) notifiers; member in struct:NotifierList
33 { QLIST_HEAD_INITIALIZER((head).notifiers) }
56 QLIST_HEAD(, NotifierWithReturn) notifiers; member in struct:NotifierWithReturnList
60 { QLIST_HEAD_INITIALIZER((head).notifiers) }
  /external/chromium_org/ui/message_center/
fake_notifier_settings_provider.h 14 // notifiers and records which callbacks were called. For use in tests.
19 const std::vector<Notifier*>& notifiers);
28 virtual void GetNotifierList(std::vector<Notifier*>* notifiers) OVERRIDE;
45 void AddGroup(NotifierGroup* group, const std::vector<Notifier*>& notifiers);
55 std::vector<Notifier*> notifiers; member in struct:message_center::FakeNotifierSettingsProvider::NotifierGroupItem
  /external/chromium_org/ui/message_center/views/
notifier_settings_view_unittest.cc 26 TestingNotifierSettingsProvider(const std::vector<Notifier*>& notifiers,
28 : FakeNotifierSettingsProvider(notifiers),
83 std::vector<Notifier*> notifiers; local
84 notifiers.push_back(NewNotifier("id", "title", /*enabled=*/true));
85 notifiers.push_back(NewNotifier("id2", "other title", /*enabled=*/false));
87 notifiers, NotifierId(NotifierId::APPLICATION, "id")));
notifier_settings_view.cc 507 std::vector<Notifier*> notifiers; local
509 provider_->GetNotifierList(&notifiers);
511 UpdateContentsView(notifiers);
537 std::vector<Notifier*> notifiers; local
539 provider_->GetNotifierList(&notifiers);
541 UpdateContentsView(notifiers);
548 const std::vector<Notifier*>& notifiers) {
610 size_t notifier_count = notifiers.size();
612 NotifierButton* button = new NotifierButton(provider_, notifiers[i], this);
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 63 const NotifierList& notifiers) {
64 for (NotifierList::const_iterator it = notifiers.begin();
65 it != notifiers.end(); ++it) {
471 // of notifiers to show in the UI.
472 NotifierList notifiers; local
473 STLElementDeleter<NotifierList> notifier_deleter(&notifiers);
475 settings_provider->GetNotifierList(&notifiers);
476 EXPECT_TRUE(IsNotifierInList(notifier_id, notifiers));
477 STLDeleteElements(&notifiers);
482 // Inactive ephemeral apps should not be included in the list of notifiers t
    [all...]
  /external/chromium_org/net/quic/
quic_protocol.h 1033 std::set<QuicAckNotifier*> notifiers; member in struct:net::SerializedPacket
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 

Completed in 7352 milliseconds