Searched refs:QN_ENCRYPTION_REQUIRED (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediasessionclient.cc | 516 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/ |
D | constants.h | 154 extern const buzz::StaticQName QN_ENCRYPTION_REQUIRED;
|
D | constants.cc | 147 const buzz::StaticQName QN_ENCRYPTION_REQUIRED = { NS_EMPTY, "required" }; variable
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | mediasessionclient.cc | 343 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()
|
D | mediasessionclient_unittest.cc | 2085 encryption, cricket::QN_ENCRYPTION_REQUIRED, false)); in TestGoodOutgoingInitiate()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | constants.h | 140 extern const buzz::QName QN_ENCRYPTION_REQUIRED;
|
D | constants.cc | 127 const buzz::QName QN_ENCRYPTION_REQUIRED(true, NS_EMPTY, "required"); variable
|