OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_server_domain
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h
55
void set_test_server_domain(const std::string&
test_server_domain
) {
56
test_server_domain_ =
test_server_domain
;
70
const std::string&
test_server_domain
() const { return test_server_domain_; }
function in class:buzz::XmppUserSettings
xmppclient.cc
104
const std::string&
test_server_domain
) {
105
return (!
test_server_domain
.empty() &&
107
test_server_domain
.c_str()));
146
IsTestServer(server_name, settings.
test_server_domain
())) {
Completed in 464 milliseconds