Home
last modified time | relevance | path

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

/external/chromium_org/components/invalidation/
Dinvalidation_service_util.cc20 notifier_options.xmpp_host_port = in ParseNotifierOptions()
24 DVLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions()
Dticl_invalidation_service.cc365 options.xmpp_host_port.ToString()); in StartInvalidator()
/external/chromium_org/jingle/notifier/base/
Dnotifier_options_util.cc46 if (!notifier_options.xmpp_host_port.host().empty()) { in GetServerList()
48 ServerInformation(notifier_options.xmpp_host_port, in GetServerList()
Dnotifier_options.h35 net::HostPortPair xmpp_host_port; member
/external/chromium_org/sync/tools/
Dsync_listen_notifications.cc121 notifier_options.xmpp_host_port = in ParseNotifierOptions()
124 LOG(INFO) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions()
Dsync_client.cc276 notifier_options.xmpp_host_port = in ParseNotifierOptions()
279 LOG(INFO) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc343 notifier_options.xmpp_host_port = net::HostPortPair::FromString( in InitNotifications()