/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
parsing.h | 77 std::string GetXmlAttr(const buzz::XmlElement* elem, 80 std::string GetXmlAttr(const buzz::XmlElement* elem, 84 bool GetXmlAttr(const buzz::XmlElement* elem, 86 int GetXmlAttr(const buzz::XmlElement* elem,
|
parsing.cc | 55 std::string GetXmlAttr(const buzz::XmlElement* elem, 62 std::string GetXmlAttr(const buzz::XmlElement* elem, 65 return GetXmlAttr(elem, name, std::string(def)); 68 bool GetXmlAttr(const buzz::XmlElement* elem, 76 int GetXmlAttr(const buzz::XmlElement* elem,
|
sessionmessages.cc | 188 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
parsing.h | 80 std::string GetXmlAttr(const buzz::XmlElement* elem, 83 std::string GetXmlAttr(const buzz::XmlElement* elem, 87 bool GetXmlAttr(const buzz::XmlElement* elem, 89 int GetXmlAttr(const buzz::XmlElement* elem, 93 bool GetXmlAttr(const buzz::XmlElement* elem, 104 bool GetXmlAttr(const buzz::XmlElement* elem, 112 return GetXmlAttr(elem, name, val_out);
|
parsing.cc | 55 std::string GetXmlAttr(const buzz::XmlElement* elem, 62 std::string GetXmlAttr(const buzz::XmlElement* elem, 65 return GetXmlAttr(elem, name, std::string(def)); 68 bool GetXmlAttr(const buzz::XmlElement* elem, 76 int GetXmlAttr(const buzz::XmlElement* elem,
|
p2ptransport.cc | 208 if (!GetXmlAttr(elem, QN_PREFERENCE, 0.0f, &preference)) {
|
sessionmessages.cc | 176 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 444 int id = GetXmlAttr(element, QN_ID, -1); 448 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 449 int clockrate = GetXmlAttr(element, QN_CLOCKRATE, 0); 450 int bitrate = GetXmlAttr(element, QN_BITRATE, 0); 451 int channels = GetXmlAttr(element, QN_CHANNELS, 1); 457 int id = GetXmlAttr(element, QN_ID, -1); 461 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 462 int width = GetXmlAttr(element, QN_WIDTH, 0); 463 int height = GetXmlAttr(element, QN_HEIGHT, 0); 464 int framerate = GetXmlAttr(element, QN_FRAMERATE, 0) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasessionclient.cc | 253 int id = GetXmlAttr(element, QN_ID, -1); 257 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 258 int clockrate = GetXmlAttr(element, QN_CLOCKRATE, 0); 259 int bitrate = GetXmlAttr(element, QN_BITRATE, 0); 260 int channels = GetXmlAttr(element, QN_CHANNELS, 1); 266 int id = GetXmlAttr(element, QN_ID, -1); 270 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 271 int width = GetXmlAttr(element, QN_WIDTH, 0); 272 int height = GetXmlAttr(element, QN_HEIGHT, 0); 273 int framerate = GetXmlAttr(element, QN_FRAMERATE, 0) [all...] |
mediamessages.cc | 164 view->width = GetXmlAttr(params_elem, QN_WIDTH, 0); 165 view->height = GetXmlAttr(params_elem, QN_HEIGHT, 0); 166 view->framerate = GetXmlAttr(params_elem, QN_FRAMERATE, 0); 167 view->preference = GetXmlAttr(params_elem, QN_PREFERENCE, 0); 293 int id = GetXmlAttr(hdrext_elem, QN_ID, 0);
|
mediasessionclient_unittest.cc | [all...] |