Home
last modified time | relevance | path

Searched refs:QN_ENCRYPTION_REQUIRED (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dconstants.h154 extern const buzz::StaticQName QN_ENCRYPTION_REQUIRED;
Dconstants.cc147 const buzz::StaticQName QN_ENCRYPTION_REQUIRED = { NS_EMPTY, "required" }; variable
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasessionclient.cc342 if (GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)) { in ParseGingleEncryption()
487 if (GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)) { in ParseJingleEncryption()
804 encryption_elem->SetAttr(QN_ENCRYPTION_REQUIRED, "true"); in CreateJingleEncryptionElem()
830 encryption_elem->SetAttr(QN_ENCRYPTION_REQUIRED, "true"); in CreateGingleEncryptionElem()
Dmediasessionclient_unittest.cc1991 encryption, cricket::QN_ENCRYPTION_REQUIRED, false)); in TestGoodOutgoingInitiate()