Searched refs:notifier (Results 151 - 175 of 217) sorted by relevance

123456789

/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc22 #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);
1049 DisableNotifications(notifier::TRANSIENT_NOTIFICATION_ERROR);
1053 DisableNotifications(notifier
[all...]
H A Dsync_system_resources_unittest.cc17 #include "jingle/notifier/listener/fake_push_client.h"
54 scoped_ptr<notifier::PushClient>(new notifier::FakePushClient())),
H A Dsync_invalidation_listener.h32 namespace notifier { namespace
34 } // namespace notifier
/external/chromium_org/content/browser/devtools/
H A Drender_view_devtools_agent_host.cc118 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/
H A Dweak_xmpp_client_unittest.cc5 #include "jingle/notifier/base/weak_xmpp_client.h"
16 namespace notifier { namespace
124 } // namespace notifier
H A Dxmpp_connection.cc5 #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/jingle/notifier/communicator/
H A Dsingle_login_attempt.cc7 #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/
H A Dnon_blocking_push_client_unittest.cc5 #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/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc139 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);
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationIntentProtocol.java5 package org.chromium.sync.notifier;
29 "org.chromium.sync.notifier.ACTION_REGISTER_TYPES";
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
H A DInvalidationPreferencesTest.java5 package org.chromium.sync.notifier;
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/
H A DSyncStatusHelperTest.java5 package org.chromium.sync.notifier.signin;
14 import org.chromium.sync.notifier.SyncStatusHelper;
15 import org.chromium.sync.notifier.SyncStatusHelper.CachedAccountSyncSettings;
16 import org.chromium.sync.notifier.SyncStatusHelper.SyncSettingsChangedObserver;
/external/chromium_org/ui/message_center/
H A Dnotifier_settings.h57 // The identifier of the app notifier. Empty if it's WEB_PAGE.
79 // The default constructor which doesn't specify the notifier. Used for tests.
93 // The human-readable name of the notifier such like the extension name.
100 // The icon image of the notifier. The extension icon or favicon.
114 // Icon of a notifier group.
117 // Display name of a notifier group.
120 // More display information about the notifier group.
123 // Unique identifier for the notifier group so that they can be selected in
139 // Called when any change happens to the set of notifier groups.
142 // Called when a notifier i
[all...]
/external/qemu/
H A Dqemu-timer.c571 Notifier *notifier)
574 notifier_list_add(&clock->reset_notifiers, notifier);
578 Notifier *notifier)
580 notifier_remove(notifier);
570 qemu_clock_register_reset_notifier(QEMUClockType type, Notifier *notifier) argument
577 qemu_clock_unregister_reset_notifier(QEMUClockType type, Notifier *notifier) argument
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc276 api::notification_provider::Notifier notifier; local
279 api::notification_provider::GetNotifier::Results::Create(notifier)));
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_mac.cc80 // Delete the ConfigWatcher to join the notifier thread, ensuring that
136 // Called on notifier thread.
167 // Called on notifier thread.
249 void* notifier) {
251 static_cast<NetworkChangeNotifierMac*>(notifier);
246 ReachabilityCallback( SCNetworkReachabilityRef target, SCNetworkConnectionFlags flags, void* notifier) argument
/external/chromium_org/remoting/signaling/
H A Dxmpp_signal_strategy.cc16 #include "jingle/notifier/base/gaia_constants.h"
17 #include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
248 std::string mechanism = notifier::kDefaultGaiaAuthMechanism;
253 return new notifier::GaiaTokenPreXmppAuth(
/external/qemu/include/qemu/
H A Dtimer.h181 * Call the notifier callback connected with the default timer
212 * @notifier: the notifier function
214 * Register a notifier function to call when the clock
218 Notifier *notifier);
223 * @notifier: the notifier function
225 * Unregister a notifier function to call when the clock
229 Notifier *notifier);
342 * call the notifier callbac
[all...]
/external/chromium_org/net/quic/
H A Dquic_packet_creator.cc271 QuicAckNotifier* notifier,
276 // a packet. At that point the notifier is informed of the sequence number
278 frame->stream_frame->notifier = notifier;
266 CreateStreamFrameWithNotifier( QuicStreamId id, const IOVector& data, QuicStreamOffset offset, bool fin, QuicAckNotifier* notifier, QuicFrame* frame) argument
H A Dquic_packet_creator.h92 // The |notifier| is not owned by the QuicPacketGenerator and must outlive the
98 QuicAckNotifier* notifier,
H A Dquic_protocol.cc108 notifier(NULL) {}
115 notifier(frame.notifier) {
126 notifier(NULL) {
/external/chromium_org/sync/tools/
H A Dsync_client.cc25 #include "jingle/notifier/base/notification_method.h"
26 #include "jingle/notifier/base/notifier_options.h"
267 notifier::NotifierOptions ParseNotifierOptions(
271 notifier::NotifierOptions notifier_options;
342 // Set up sync notifier factory.
345 const notifier::NotifierOptions& notifier_options =
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterTest.java18 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DSyncController.java20 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc214 notifier::ChromeNotifierServiceFactory::GetInstance();

Completed in 798 milliseconds

123456789