OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultXmppPort
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/jingle/notifier/base/
const_communicator.h
10
const int
kDefaultXmppPort
= 5222;
notifier_options_util.cc
55
notifier::
kDefaultXmppPort
),
60
notifier::
kDefaultXmppPort
),
/external/chromium_org/jingle/notifier/communicator/
single_login_attempt.cc
63
redirect_server.set_port(
kDefaultXmppPort
);
71
// Try to parse the port, falling back to
kDefaultXmppPort
.
72
int port =
kDefaultXmppPort
;
74
port =
kDefaultXmppPort
;
77
port =
kDefaultXmppPort
;
single_login_attempt_unittest.cc
183
net::HostPortPair("example.com",
kDefaultXmppPort
),
198
net::HostPortPair("example.com",
kDefaultXmppPort
),
213
net::HostPortPair("example.com",
kDefaultXmppPort
),
/external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc
60
StringToHostPortPair(value, notifier::
kDefaultXmppPort
);
Completed in 679 milliseconds