Home
last modified time | relevance | path

Searched refs:room_domain (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dmucroomlookuptask_unittest.cc63 room_domain("domain.com"), in MucRoomLookupTaskTest()
86 std::string room_domain; member in MucRoomLookupTaskTest
96 xmpp_client, lookup_server_jid, room_name, room_domain); in TEST_F()
127 EXPECT_EQ(room_domain, listener->last_room.domain); in TEST_F()
167 EXPECT_EQ(room_domain, listener->last_room.domain); in TEST_F()
174 xmpp_client, lookup_server_jid, room_name, room_domain); in TEST_F()
190 xmpp_client, lookup_server_jid, room_name, room_domain); in TEST_F()
Dmucroomlookuptask.cc41 const std::string& room_domain) { in CreateLookupTaskForRoomName() argument
43 MakeNameQuery(room_name, room_domain)); in CreateLookupTaskForRoomName()
79 const std::string& room_name, const std::string& room_domain) { in MakeNameQuery() argument
84 domain_elem->SetBodyText(room_domain); in MakeNameQuery()
Dmucroomlookuptask.h58 const std::string& room_domain);
84 const std::string& room_domain);