Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.cc516 GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)); in ParseGingleEncryption()
637 GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)); in ParseJingleEncryption()
808 encryption_elem->SetAttr(QN_ENCRYPTION_REQUIRED, "true"); in CreateJingleEncryptionElem()
834 encryption_elem->SetAttr(QN_ENCRYPTION_REQUIRED, "true"); in CreateGingleEncryptionElem()
/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.cc343 GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)); in ParseGingleEncryption()
483 GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)); in ParseJingleEncryption()
792 encryption_elem->SetAttr(QN_ENCRYPTION_REQUIRED, "true"); in CreateJingleEncryptionElem()
818 encryption_elem->SetAttr(QN_ENCRYPTION_REQUIRED, "true"); in CreateGingleEncryptionElem()
Dmediasessionclient_unittest.cc2085 encryption, cricket::QN_ENCRYPTION_REQUIRED, false)); in TestGoodOutgoingInitiate()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dconstants.h140 extern const buzz::QName QN_ENCRYPTION_REQUIRED;
Dconstants.cc127 const buzz::QName QN_ENCRYPTION_REQUIRED(true, NS_EMPTY, "required"); variable