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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomconfigtask.h 43 const std::vector<std::string>& room_features);
58 const std::vector<std::string>& room_features);
mucroomconfigtask_unittest.cc 85 std::vector<std::string> room_features; local
86 room_features.push_back("feature1");
87 room_features.push_back("feature2");
89 xmpp_client, room_jid, "ponies", room_features);
129 std::vector<std::string> room_features; local
131 xmpp_client, room_jid, "ponies", room_features);
mucroomconfigtask.cc 42 const std::vector<std::string>& room_features)
44 MakeRequest(room_name, room_features)),
50 const std::vector<std::string>& room_features) {
74 for (std::vector<std::string>::const_iterator feature = room_features.begin();
75 feature != room_features.end(); ++feature) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 1202 std::vector<std::string> room_features; local
    [all...]

Completed in 70 milliseconds