HomeSort by relevance Sort by last modified time
    Searched refs:notifier_options (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc 17 #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.allow_insecure_connection
    [all...]
non_blocking_invalidation_notifier_unittest.cc 33 notifier::NotifierOptions notifier_options; local
34 notifier_options.request_context_getter = request_context_getter_;
36 new NonBlockingInvalidationNotifier(notifier_options,
invalidation_notifier_unittest.cc 34 notifier::NotifierOptions notifier_options; local
35 notifier_options.request_context_getter = request_context_getter_;
36 invalidation_notifier_.reset(new InvalidationNotifier(notifier_options,
non_blocking_invalidation_notifier.cc 29 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));
invalidation_notifier.cc 23 const notifier::NotifierOptions& notifier_options,
26 notifier_options_(notifier_options),
29 notifier_options.notification_method);
p2p_notifier.cc 22 const notifier::NotifierOptions& notifier_options)
25 new notifier::MediatorThreadImpl(notifier_options),
26 notifier_options)),
non_blocking_invalidation_notifier.h 17 #include "jingle/notifier/base/notifier_options.h"
28 const notifier::NotifierOptions& notifier_options,
p2p_notifier.h 35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
invalidation_notifier.h 27 #include "jingle/notifier/base/notifier_options.h"
40 const notifier::NotifierOptions& notifier_options,

Completed in 227 milliseconds