HomeSort by relevance Sort by last modified time
    Searched refs:notifier (Results 151 - 175 of 325) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/jingle/notifier/communicator/
connection_settings.cc 5 #include "jingle/notifier/communicator/connection_settings.h"
16 namespace notifier { namespace
102 } // namespace notifier
login.cc 5 #include "jingle/notifier/communicator/login.h"
25 namespace notifier { namespace
145 } // namespace notifier
single_login_attempt.cc 7 #include "jingle/notifier/communicator/single_login_attempt.h"
13 #include "jingle/notifier/base/const_communicator.h"
14 #include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
15 #include "jingle/notifier/listener/xml_element_util.h"
21 namespace notifier { namespace
182 } // namespace notifier
  /external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.cc 5 #include "jingle/notifier/listener/push_notifications_send_update_task.h"
12 #include "jingle/notifier/listener/notification_constants.h"
13 #include "jingle/notifier/listener/xml_element_util.h"
20 namespace notifier { namespace
88 } // namespace notifier
push_notifications_subscribe_task.cc 5 #include "jingle/notifier/listener/push_notifications_subscribe_task.h"
11 #include "jingle/notifier/listener/notification_constants.h"
12 #include "jingle/notifier/listener/xml_element_util.h"
20 namespace notifier { namespace
109 } // namespace notifier
xmpp_push_client_unittest.cc 5 #include "jingle/notifier/listener/xmpp_push_client.h"
10 #include "jingle/notifier/base/fake_base_task.h"
11 #include "jingle/notifier/base/notifier_options.h"
12 #include "jingle/notifier/listener/push_client_observer.h"
17 namespace notifier { namespace
144 } // namespace notifier
non_blocking_push_client_unittest.cc 5 #include "jingle/notifier/listener/non_blocking_push_client.h"
12 #include "jingle/notifier/base/fake_base_task.h"
13 #include "jingle/notifier/listener/fake_push_client.h"
14 #include "jingle/notifier/listener/fake_push_client_observer.h"
15 #include "jingle/notifier/listener/push_client_observer.h"
19 namespace notifier { namespace
151 } // namespace notifier
  /external/chromium_org/net/quic/
quic_packet_generator.h 124 // QuicAckNotifier is owned by the QuicConnection. |notifier| may
131 QuicAckNotifier* notifier);
quic_packet_generator.cc 119 QuicAckNotifier* notifier) {
144 if (notifier != NULL) {
147 id, data, offset + total_bytes_consumed, fin, notifier, &frame);
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
TestableInvalidationService.java 5 package org.chromium.sync.notifier;
  /art/test/004-ThreadStress/src/
Main.java 152 // The notifier thread is a daemon just loops forever to wake
154 Thread notifier = new Thread("Notifier") { local
163 notifier.setDaemon(true);
164 notifier.start();
  /external/chromium_org/components/invalidation/
sync_system_resources.cc 23 #include "jingle/notifier/listener/push_client.h"
167 const notifier::NotifierOptions& notifier_options) {
168 scoped_ptr<notifier::PushClient> push_client(
169 notifier::PushClient::CreateDefaultOnIOThread(notifier_options));
sync_invalidation_listener_unittest.cc 22 #include "jingle/notifier/listener/fake_push_client.h"
268 fake_push_client_(new notifier::FakePushClient()),
271 scoped_ptr<notifier::PushClient>(fake_push_client_)))),
444 void DisableNotifications(notifier::NotificationsDisabledReason reason) {
457 notifier::FakePushClient* const fake_push_client_;
969 notifier::TRANSIENT_NOTIFICATION_ERROR);
973 DisableNotifications(notifier::NOTIFICATION_CREDENTIALS_REJECTED);
1020 notifier::NOTIFICATION_CREDENTIALS_REJECTED);
    [all...]
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js 138 var notifier = Object.getNotifier(obj);
139 assertSame(notifier, Object.getNotifier(obj));
142 assertFalse(notifier.hasOwnProperty('notify'));
143 assertEquals([], Object.keys(notifier));
144 var notifyDesc = Object.getOwnPropertyDescriptor(notifier.__proto__, 'notify');
148 assertThrows(function() { notifier.notify({}); }, TypeError);
149 assertThrows(function() { notifier.notify({ type: 4 }); }, TypeError);
151 assertThrows(function() { notifier.performChange(1, function(){}); }, TypeError);
152 assertThrows(function() { notifier.performChange(undefined, function(){}); }, TypeError);
153 assertThrows(function() { notifier.performChange('foo', undefined); }, TypeError)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 81 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
83 this(context, ci, notifier, false, phoneId);
86 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
88 super(context, ci, notifier, phoneId);
301 protected void init(Context context, PhoneNotifier notifier) {
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 245 // If there's no provider, assume only one notifier group - the active one.
280 Notifier* notifier,
284 notifier_(notifier),
290 DCHECK(notifier);
367 const Notifier& NotifierSettingsView::NotifierButton::notifier() const { function in class:message_center::NotifierSettingsView::NotifierButton
499 std::vector<Notifier*> notifiers;
521 if ((*iter)->notifier().notifier_id == notifier_id) {
529 std::vector<Notifier*> notifiers
    [all...]
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 63 protected void runChild(final FrameworkMethod method, RunNotifier notifier) {
66 notifier.fireTestIgnored(description);
68 runLeaf(methodBlock(method), description, notifier); local
  /external/ppp/pppd/
main.c 139 struct notifier *pidchange = NULL;
140 struct notifier *phasechange = NULL;
141 struct notifier *exitnotify = NULL;
142 struct notifier *sigreceived = NULL;
143 struct notifier *fork_notifier = NULL;
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DelayedSyncController.java 18 import org.chromium.sync.notifier.SyncStatusHelper;
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
InvalidationControllerTest.java 25 import org.chromium.sync.notifier.InvalidationIntentProtocol;
26 import org.chromium.sync.notifier.InvalidationPreferences;
27 import org.chromium.sync.notifier.InvalidationService;
28 import org.chromium.sync.notifier.SyncStatusHelper;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 84 DependsOn(notifier::ChromeNotifierServiceFactory::GetInstance());
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 118 DevToolsProtocol::Notifier notifier(base::Bind(
121 overrides_handler_->SetNotifier(notifier);
122 tracing_handler_->SetNotifier(notifier);
123 power_handler_->SetNotifier(notifier);
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client_unittest.cc 5 #include "jingle/notifier/base/weak_xmpp_client.h"
16 namespace notifier { namespace
124 } // namespace notifier
xmpp_connection.cc 5 #include "jingle/notifier/base/xmpp_connection.h"
14 #include "jingle/notifier/base/weak_xmpp_client.h"
20 namespace notifier { namespace
147 } // namespace notifier
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 139 ScopedOrderChangedNotifier notifier(view, relative, direction);
379 ScopedTreeNotifier notifier(child, child->parent(), this);
388 ScopedTreeNotifier notifier(child, this, NULL);
399 ScopedSetBoundsNotifier notifier(this, old_bounds, new_bounds);

Completed in 489 milliseconds

1 2 3 4 5 67 8 91011>>