OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:room_features
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
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
);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
1202
std::vector<std::string>
room_features
;
local
[
all
...]
Completed in 28 milliseconds