Searched defs:notifier_options (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_notifier_unittest.cc34 notifier::NotifierOptions notifier_options; local
35 notifier_options.request_context_getter = request_context_getter_;
36 invalidation_notifier_.reset(new InvalidationNotifier(notifier_options,
H A Dnon_blocking_invalidation_notifier_unittest.cc33 notifier::NotifierOptions notifier_options; local
34 notifier_options.request_context_getter = request_context_getter_;
36 new NonBlockingInvalidationNotifier(notifier_options,
H A Dsync_notifier_factory.cc17 #include "jingle/notifier/base/notifier_options.h"
51 notifier::NotifierOptions notifier_options; local
52 notifier_options.request_context_getter = request_context_getter;
59 notifier_options.xmpp_host_port =
62 VLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString()
66 notifier_options.try_ssltcp_first =
68 if (notifier_options.try_ssltcp_first)
71 notifier_options.invalidate_xmpp_login =
73 if (notifier_options.invalidate_xmpp_login) {
77 notifier_options
[all...]
H A Dinvalidation_notifier.cc23 const notifier::NotifierOptions& notifier_options,
26 notifier_options_(notifier_options),
29 notifier_options.notification_method);
22 InvalidationNotifier( const notifier::NotifierOptions& notifier_options, const std::string& client_info) argument
H A Dp2p_notifier.cc22 const notifier::NotifierOptions& notifier_options)
25 new notifier::MediatorThreadImpl(notifier_options),
26 notifier_options)),
21 P2PNotifier( const notifier::NotifierOptions& notifier_options) argument
H A Dnon_blocking_invalidation_notifier.cc29 void Initialize(const notifier::NotifierOptions& notifier_options,
63 const notifier::NotifierOptions& notifier_options,
65 DCHECK(notifier_options.request_context_getter);
67 notifier_options.notification_method);
68 io_message_loop_proxy_ = notifier_options.request_context_getter->
72 new InvalidationNotifier(notifier_options, client_info));
133 const notifier::NotifierOptions& notifier_options,
138 io_message_loop_proxy_(notifier_options.request_context_getter->
145 notifier_options, client_info));
62 Initialize( const notifier::NotifierOptions& notifier_options, const std::string& client_info) argument
132 NonBlockingInvalidationNotifier( const notifier::NotifierOptions& notifier_options, const std::string& client_info) argument

Completed in 99 milliseconds