Home
last modified time | relevance | path

Searched refs:allow_insecure_connection (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/invalidation/
Dinvalidation_service_util.cc38 notifier_options.allow_insecure_connection = in ParseNotifierOptions()
40 DVLOG_IF(1, notifier_options.allow_insecure_connection) in ParseNotifierOptions()
/external/chromium/chrome/browser/sync/notifier/
Dsync_notifier_factory.cc77 notifier_options.allow_insecure_connection = in CreateDefaultSyncNotifier()
79 if (notifier_options.allow_insecure_connection) { in CreateDefaultSyncNotifier()
/external/chromium_org/jingle/notifier/base/
Dnotifier_options.cc13 allow_insecure_connection(false), in NotifierOptions()
Dnotifier_options.h27 bool allow_insecure_connection; member
Dnotifier_options_util.cc34 if (notifier_options.allow_insecure_connection) { in MakeXmppClientSettings()
/external/chromium_org/sync/tools/
Dsync_listen_notifications.cc128 notifier_options.allow_insecure_connection = in ParseNotifierOptions()
130 LOG_IF(INFO, notifier_options.allow_insecure_connection) in ParseNotifierOptions()
Dsync_client.cc213 notifier_options.allow_insecure_connection = in ParseNotifierOptions()
215 LOG_IF(INFO, notifier_options.allow_insecure_connection) in ParseNotifierOptions()