HomeSort by relevance Sort by last modified time
    Searched refs:xmpp_config_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/ios/bridge/
client_instance.cc 67 xmpp_config_.host = kXmppServer;
68 xmpp_config_.port = kXmppPort;
69 xmpp_config_.use_tls = kXmppUseTls;
70 xmpp_config_.username = username;
71 xmpp_config_.auth_token = auth_token;
72 xmpp_config_.auth_service = "oauth2";
362 xmpp_config_));
client_instance.h 132 XmppSignalStrategy::XmppServerConfig xmpp_config_; member in class:remoting::ClientInstance
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 56 xmpp_config_.host = kXmppServer;
57 xmpp_config_.port = kXmppPort;
58 xmpp_config_.use_tls = kXmppUseTls;
59 xmpp_config_.username = username;
60 xmpp_config_.auth_token = auth_token;
61 xmpp_config_.auth_service = "oauth2";
380 jni_runtime_->url_requester(), xmpp_config_));
chromoting_jni_instance.h 167 XmppSignalStrategy::XmppServerConfig xmpp_config_; member in class:remoting::ChromotingJniInstance

Completed in 142 milliseconds