Searched refs:notifier_options (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/sync/notifier/ |
D | sync_notifier_factory.cc | 51 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 …]
|
D | non_blocking_invalidation_notifier.cc | 29 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()
|
D | non_blocking_invalidation_notifier_unittest.cc | 33 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()
|
D | invalidation_notifier_unittest.cc | 34 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()
|
D | p2p_notifier.cc | 22 const notifier::NotifierOptions& notifier_options) in P2PNotifier() argument 25 new notifier::MediatorThreadImpl(notifier_options), in P2PNotifier() 26 notifier_options)), in P2PNotifier()
|
D | invalidation_notifier.cc | 23 const notifier::NotifierOptions& notifier_options, in InvalidationNotifier() argument 26 notifier_options_(notifier_options), in InvalidationNotifier() 29 notifier_options.notification_method); in InvalidationNotifier()
|
D | non_blocking_invalidation_notifier.h | 28 const notifier::NotifierOptions& notifier_options,
|
D | p2p_notifier.h | 35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
|
D | invalidation_notifier.h | 40 const notifier::NotifierOptions& notifier_options,
|