Home
last modified time | relevance | path

Searched refs:notifier_options (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
Dsync_notifier_factory.cc51 notifier::NotifierOptions notifier_options; in CreateDefaultSyncNotifier() local
52 notifier_options.request_context_getter = request_context_getter; in CreateDefaultSyncNotifier()
59 notifier_options.xmpp_host_port = in CreateDefaultSyncNotifier()
62 VLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString() in CreateDefaultSyncNotifier()
66 notifier_options.try_ssltcp_first = in CreateDefaultSyncNotifier()
68 if (notifier_options.try_ssltcp_first) in CreateDefaultSyncNotifier()
71 notifier_options.invalidate_xmpp_login = in CreateDefaultSyncNotifier()
73 if (notifier_options.invalidate_xmpp_login) { in CreateDefaultSyncNotifier()
77 notifier_options.allow_insecure_connection = in CreateDefaultSyncNotifier()
79 if (notifier_options.allow_insecure_connection) { in CreateDefaultSyncNotifier()
[all …]
Dnon_blocking_invalidation_notifier.cc29 void Initialize(const notifier::NotifierOptions& notifier_options,
63 const notifier::NotifierOptions& notifier_options, in Initialize() argument
65 DCHECK(notifier_options.request_context_getter); in Initialize()
67 notifier_options.notification_method); in Initialize()
68 io_message_loop_proxy_ = notifier_options.request_context_getter-> in Initialize()
72 new InvalidationNotifier(notifier_options, client_info)); in Initialize()
133 const notifier::NotifierOptions& notifier_options, in NonBlockingInvalidationNotifier() argument
138 io_message_loop_proxy_(notifier_options.request_context_getter-> in NonBlockingInvalidationNotifier()
145 notifier_options, client_info)); in NonBlockingInvalidationNotifier()
Dnon_blocking_invalidation_notifier_unittest.cc33 notifier::NotifierOptions notifier_options; in SetUp() local
34 notifier_options.request_context_getter = request_context_getter_; in SetUp()
36 new NonBlockingInvalidationNotifier(notifier_options, in SetUp()
Dinvalidation_notifier_unittest.cc34 notifier::NotifierOptions notifier_options; in SetUp() local
35 notifier_options.request_context_getter = request_context_getter_; in SetUp()
36 invalidation_notifier_.reset(new InvalidationNotifier(notifier_options, in SetUp()
Dp2p_notifier.cc22 const notifier::NotifierOptions& notifier_options) in P2PNotifier() argument
25 new notifier::MediatorThreadImpl(notifier_options), in P2PNotifier()
26 notifier_options)), in P2PNotifier()
Dinvalidation_notifier.cc23 const notifier::NotifierOptions& notifier_options, in InvalidationNotifier() argument
26 notifier_options_(notifier_options), in InvalidationNotifier()
29 notifier_options.notification_method); in InvalidationNotifier()
Dnon_blocking_invalidation_notifier.h28 const notifier::NotifierOptions& notifier_options,
Dp2p_notifier.h35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
Dinvalidation_notifier.h40 const notifier::NotifierOptions& notifier_options,