/external/chromium_org/jingle/notifier/listener/ |
D | push_client.cc | 21 const NotifierOptions& notifier_options) { in CreateXmppPushClient() argument 22 return scoped_ptr<PushClient>(new XmppPushClient(notifier_options)); in CreateXmppPushClient() 28 const NotifierOptions& notifier_options) { in CreateDefault() argument 30 notifier_options.request_context_getter->GetNetworkTaskRunner(), in CreateDefault() 31 base::Bind(&CreateXmppPushClient, notifier_options))); in CreateDefault() 35 const NotifierOptions& notifier_options) { in CreateDefaultOnIOThread() argument 36 CHECK(notifier_options.request_context_getter->GetNetworkTaskRunner()-> in CreateDefaultOnIOThread() 38 return CreateXmppPushClient(notifier_options); in CreateDefaultOnIOThread()
|
D | push_client.h | 28 const NotifierOptions& notifier_options); 34 const NotifierOptions& notifier_options);
|
D | xmpp_push_client.cc | 16 XmppPushClient::XmppPushClient(const NotifierOptions& notifier_options) in XmppPushClient() argument 17 : notifier_options_(notifier_options) { in XmppPushClient()
|
D | xmpp_push_client.h | 43 explicit XmppPushClient(const NotifierOptions& notifier_options);
|
/external/chromium_org/jingle/notifier/base/ |
D | notifier_options_util.cc | 16 const NotifierOptions& notifier_options, in MakeXmppClientSettings() argument 27 xmpp_client_settings.set_auth_token(notifier_options.auth_mechanism, in MakeXmppClientSettings() 28 notifier_options.invalidate_xmpp_login ? in MakeXmppClientSettings() 30 if (notifier_options.auth_mechanism == buzz::AUTH_MECHANISM_OAUTH2) in MakeXmppClientSettings() 34 if (notifier_options.allow_insecure_connection) { in MakeXmppClientSettings() 42 const NotifierOptions& notifier_options) { in GetServerList() argument 46 if (!notifier_options.xmpp_host_port.host().empty()) { in GetServerList() 48 ServerInformation(notifier_options.xmpp_host_port, in GetServerList()
|
D | notifier_options_util.h | 21 const NotifierOptions& notifier_options, 24 ServerList GetServerList(const NotifierOptions& notifier_options);
|
/external/chromium_org/sync/tools/ |
D | sync_listen_notifications.cc | 117 notifier::NotifierOptions notifier_options; in ParseNotifierOptions() local 118 notifier_options.request_context_getter = request_context_getter; in ParseNotifierOptions() 121 notifier_options.xmpp_host_port = in ParseNotifierOptions() 124 LOG(INFO) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions() 128 notifier_options.try_ssltcp_first = in ParseNotifierOptions() 130 LOG_IF(INFO, notifier_options.try_ssltcp_first) in ParseNotifierOptions() 133 notifier_options.allow_insecure_connection = in ParseNotifierOptions() 135 LOG_IF(INFO, notifier_options.allow_insecure_connection) in ParseNotifierOptions() 138 return notifier_options; in ParseNotifierOptions() 181 const notifier::NotifierOptions& notifier_options = in SyncListenNotificationsMain() local [all …]
|
D | sync_client.cc | 271 notifier::NotifierOptions notifier_options; in ParseNotifierOptions() local 272 notifier_options.request_context_getter = request_context_getter; in ParseNotifierOptions() 273 notifier_options.auth_mechanism = "X-OAUTH2"; in ParseNotifierOptions() 276 notifier_options.xmpp_host_port = in ParseNotifierOptions() 279 LOG(INFO) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions() 283 notifier_options.try_ssltcp_first = in ParseNotifierOptions() 285 LOG_IF(INFO, notifier_options.try_ssltcp_first) in ParseNotifierOptions() 288 notifier_options.allow_insecure_connection = in ParseNotifierOptions() 290 LOG_IF(INFO, notifier_options.allow_insecure_connection) in ParseNotifierOptions() 293 return notifier_options; in ParseNotifierOptions() [all …]
|
/external/chromium_org/components/invalidation/ |
D | invalidation_service_util.cc | 17 notifier::NotifierOptions notifier_options; in ParseNotifierOptions() local 20 notifier_options.xmpp_host_port = in ParseNotifierOptions() 24 DVLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions() 28 notifier_options.allow_insecure_connection = in ParseNotifierOptions() 30 DVLOG_IF(1, notifier_options.allow_insecure_connection) in ParseNotifierOptions() 33 return notifier_options; in ParseNotifierOptions()
|
D | non_blocking_invalidator_unittest.cc | 42 notifier::NotifierOptions notifier_options; in CreateInvalidator() local 43 notifier_options.request_context_getter = request_context_getter_; in CreateInvalidator() 45 NonBlockingInvalidator::MakePushClientChannelCreator(notifier_options); in CreateInvalidator()
|
D | p2p_invalidation_service.cc | 26 notifier::NotifierOptions notifier_options = in P2PInvalidationService() local 28 notifier_options.request_context_getter = request_context; in P2PInvalidationService() 31 notifier::PushClient::CreateDefault(notifier_options), in P2PInvalidationService()
|
D | sync_system_resources.cc | 167 const notifier::NotifierOptions& notifier_options) { in CreatePushClientChannel() argument 169 notifier::PushClient::CreateDefaultOnIOThread(notifier_options)); in CreatePushClientChannel()
|
D | non_blocking_invalidator.h | 73 const notifier::NotifierOptions& notifier_options);
|
D | non_blocking_invalidator.cc | 323 const notifier::NotifierOptions& notifier_options) { in MakePushClientChannelCreator() argument 325 notifier_options); in MakePushClientChannelCreator()
|
D | sync_system_resources.h | 137 const notifier::NotifierOptions& notifier_options); in NON_EXPORTED_BASE()
|
/external/chromium_org/jingle/ |
D | BUILD.gn | 37 "notifier/base/notifier_options.cc", 38 "notifier/base/notifier_options.h", 184 "notifier/base/notifier_options.cc", 185 "notifier/base/notifier_options.h",
|
D | jingle.gyp | 50 'notifier/base/notifier_options.cc', 51 'notifier/base/notifier_options.h', 203 'notifier/base/notifier_options.cc', 204 'notifier/base/notifier_options.h',
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy_backend.cc | 338 notifier::NotifierOptions notifier_options; in InitNotifications() local 339 notifier_options.request_context_getter = in InitNotifications() 341 notifier_options.auth_mechanism = "X-OAUTH2"; in InitNotifications() 342 notifier_options.try_ssltcp_first = true; in InitNotifications() 343 notifier_options.xmpp_host_port = net::HostPortPair::FromString( in InitNotifications() 346 push_client_ = notifier::PushClient::CreateDefault(notifier_options); in InitNotifications()
|