Searched defs:notifier (Results 26 - 50 of 143) sorted by relevance

123456

/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service.cc17 namespace notifier { namespace
55 } // namespace notifier
H A Dchrome_notifier_service.h18 namespace notifier { namespace
55 } // namespace notifier
H A Dchrome_notifier_service_factory.cc10 namespace notifier { namespace
41 } // namespace notifier
/external/chromium_org/chrome/browser/web_resource/
H A Deula_accepted_notifier_unittest.cc36 EulaAcceptedNotifier* notifier() { function in class:EulaAcceptedNotifierTest
54 EXPECT_TRUE(notifier()->IsEulaAccepted());
57 EXPECT_TRUE(notifier()->IsEulaAccepted());
62 EXPECT_FALSE(notifier()->IsEulaAccepted());
65 EXPECT_FALSE(notifier()->IsEulaAccepted());
70 EXPECT_FALSE(notifier()->IsEulaAccepted());
72 EXPECT_TRUE(notifier()->IsEulaAccepted());
75 EXPECT_TRUE(notifier()->IsEulaAccepted());
/external/chromium_org/components/invalidation/
H A Dpush_client_channel.h15 #include "jingle/notifier/listener/push_client_observer.h"
17 namespace notifier { namespace
19 } // namespace notifier
27 public NON_EXPORTED_BASE(notifier::PushClientObserver) {
31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client);
48 // notifier::PushClient::Observer implementation.
51 notifier::NotificationsDisabledReason reason) OVERRIDE;
53 const notifier::Notification& notification) OVERRIDE;
79 scoped_ptr<notifier::PushClient> push_client_;
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.h14 namespace notifier { namespace
65 } // namespace notifier
H A Dnotifier_options.h11 #include "jingle/notifier/base/notification_method.h"
15 namespace notifier { namespace
48 } // namespace notifier
H A Dnotifier_options_util.cc5 #include "jingle/notifier/base/notifier_options_util.h"
8 #include "jingle/notifier/base/const_communicator.h"
9 #include "jingle/notifier/base/notifier_options.h"
13 namespace notifier { namespace
55 notifier::kDefaultXmppPort),
60 notifier::kDefaultXmppPort),
66 } // namespace notifier
H A Dserver_information.cc5 #include "jingle/notifier/base/server_information.h"
9 namespace notifier { namespace
29 } // namespace notifier
H A Dserver_information.h14 namespace notifier { namespace
32 } // namespace notifier
H A Dweak_xmpp_client.cc5 #include "jingle/notifier/base/weak_xmpp_client.h"
9 namespace notifier { namespace
41 } // namespace notifier
H A Dxmpp_connection.h31 namespace notifier { namespace
103 } // namespace notifier
/external/chromium_org/jingle/notifier/communicator/
H A Dlogin_settings_unittest.cc5 #include "jingle/notifier/communicator/login_settings.h"
12 namespace notifier { namespace
77 } // namespace notifier
/external/chromium_org/jingle/notifier/listener/
H A Dfake_push_client.h13 #include "jingle/notifier/listener/push_client.h"
14 #include "jingle/notifier/listener/push_client_observer.h"
16 namespace notifier { namespace
60 } // namespace notifier
H A Dpush_client_observer.h8 #include "jingle/notifier/listener/notification_defines.h"
10 namespace notifier { namespace
48 } // namespace notifier
H A Dpush_notifications_listen_task.h23 namespace notifier { namespace
57 } // namespace notifier
H A Dpush_notifications_send_update_task_unittest.cc5 #include "jingle/notifier/listener/push_notifications_send_update_task.h"
10 #include "jingle/notifier/listener/xml_element_util.h"
18 namespace notifier { namespace
58 } // namespace notifier
H A Dpush_notifications_subscribe_task.h15 #include "jingle/notifier/listener/notification_defines.h"
19 namespace notifier { namespace
58 } // namespace notifier
H A Dpush_notifications_subscribe_task_unittest.cc5 #include "jingle/notifier/listener/push_notifications_subscribe_task.h"
9 #include "jingle/notifier/listener/xml_element_util.h"
17 namespace notifier { namespace
61 } // namespace notifier
H A Dsend_ping_task.h19 namespace notifier { namespace
52 } // namespace notifier
/external/junit/src/org/junit/internal/builders/
H A DIgnoredClassRunner.java18 public void run(RunNotifier notifier) { argument
19 notifier.fireTestIgnored(getDescription());
/external/junit/src/org/junit/runner/
H A DRunner.java29 * @param notifier will be notified of events while tests are being run--tests being
32 public abstract void run(RunNotifier notifier); argument
/external/mockito/src/org/mockito/internal/runners/
H A DRunnerImpl.java17 void run(RunNotifier notifier); argument
/external/mockito/src/org/mockito/internal/runners/util/
H A DFrameworkUsageValidator.java15 private final RunNotifier notifier; field in class:FrameworkUsageValidator
17 public FrameworkUsageValidator(RunNotifier notifier) { argument
18 this.notifier = notifier;
27 notifier.fireTestFailure(new Failure(description, t));
/external/mockito/src/org/mockito/runners/
H A DMockitoJUnitRunner.java61 public void run(final RunNotifier notifier) { argument
62 runner.run(notifier);

Completed in 225 milliseconds

123456