Searched defs:try_ssltcp_first (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/jingle/notifier/base/
H A Dnotifier_options.h23 bool try_ssltcp_first; member in struct:notifier::NotifierOptions
/external/chromium_org/jingle/notifier/communicator/
H A Dlogin_settings.h23 bool try_ssltcp_first,
40 bool try_ssltcp_first() const { function in class:notifier::LoginSettings
H A Dconnection_settings.cc73 bool try_ssltcp_first) {
87 if (try_ssltcp_first) {
71 MakeConnectionSettingsList( const ServerList& servers, bool try_ssltcp_first) argument
H A Dlogin_settings.cc21 bool try_ssltcp_first,
26 try_ssltcp_first_(try_ssltcp_first),
17 LoginSettings(const buzz::XmppClientSettings& user_settings, const scoped_refptr<net::URLRequestContextGetter>& request_context_getter, const ServerList& default_servers, bool try_ssltcp_first, const std::string& auth_mechanism) argument
H A Dlogin.cc34 bool try_ssltcp_first,
40 try_ssltcp_first,
29 Login(Delegate* delegate, const buzz::XmppClientSettings& user_settings, const scoped_refptr<net::URLRequestContextGetter>& request_context_getter, const ServerList& servers, bool try_ssltcp_first, const std::string& auth_mechanism) argument

Completed in 2350 milliseconds