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

  /external/chromium/chrome/browser/sync/notifier/
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_unittest.cc 33 notifier::NotifierOptions notifier_options; local
34 notifier_options.request_context_getter = request_context_getter_;
36 new NonBlockingInvalidationNotifier(notifier_options,
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...]

Completed in 40 milliseconds