Home
last modified time | relevance | path

Searched refs:HasAttribute (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc524 static bool HasAttribute(const std::string& line, in HasAttribute() function
1908 if (HasAttribute(line, kAttributeGroup)) { in ParseSessionDescription()
1912 } else if (HasAttribute(line, kAttributeIceUfrag)) { in ParseSessionDescription()
1917 } else if (HasAttribute(line, kAttributeIcePwd)) { in ParseSessionDescription()
1921 } else if (HasAttribute(line, kAttributeIceLite)) { in ParseSessionDescription()
1923 } else if (HasAttribute(line, kAttributeIceOption)) { in ParseSessionDescription()
1927 } else if (HasAttribute(line, kAttributeFingerprint)) { in ParseSessionDescription()
1939 } else if (HasAttribute(line, kAttributeSetup)) { in ParseSessionDescription()
1943 } else if (HasAttribute(line, kAttributeMsidSemantics)) { in ParseSessionDescription()
1950 } else if (HasAttribute(line, kAttributeExtmap)) { in ParseSessionDescription()
[all …]
/external/boringssl/src/crypto/test/
Dfile_test.cc173 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute() function in FileTest
190 if (!HasAttribute(key)) { in GetAttributeOrDie()
295 if (t.HasAttribute("Error")) { in FileTestMain()
Dfile_test.h108 bool HasAttribute(const std::string &key);
/external/boringssl/src/crypto/cipher/
Dcipher_test.cc135 if (t->HasAttribute("IV")) { in TestOperation()
249 if (t->HasAttribute("Operation")) { in TestCipher()
Daead_test.cc59 if (!t->HasAttribute("NO_SEAL")) { in TestAEAD()
99 if (t->HasAttribute("FAILS")) { in TestAEAD()
/external/pdfium/xfa/src/fdp/include/
Dfde_xml.h91 virtual FX_BOOL HasAttribute(const FX_WCHAR* pwsAttriName) const = 0;
121 virtual FX_BOOL HasAttribute(const FX_WCHAR* pwsAttriName) const = 0;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_serialize.cpp134 if ((!bProto && !pNode->HasAttribute((XFA_ATTRIBUTE)eName, bProto)) || in XFA_SaveAttribute()
352 pNode->HasAttribute(XFA_ATTRIBUTE_Name)) { in XFA_DataExporter_RegenerateFormFile_Changed()
578 if (pXMLElement->HasAttribute(L"xfa:dataNode")) { in XFA_DataExporter_DealWithDataGroupNode()
Dxfa_parser_imp.cpp231 if (pNode->HasAttribute(wsNSAttribute)) { in XFA_FDEExtension_ResolveNamespaceQualifier()
Dxfa_object_imp.cpp917 bHas = this->HasAttribute(pAttributeInfo->eName); in Script_NodeClass_IsPropertySpecified()
3555 if (pXMLElement->HasAttribute(wsName)) { in Script_Packet_RemoveAttribute()
3760 FX_BOOL CXFA_Node::HasAttribute(XFA_ATTRIBUTE eAttr, FX_BOOL bCanInherit) { in HasAttribute() function in CXFA_Node
/external/boringssl/src/crypto/evp/
Devp_test.cc172 if (t->HasAttribute("Digest")) { in TestEVP()
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h65 virtual FX_BOOL HasAttribute(const FX_WCHAR* pwsAttriName) const;
103 virtual FX_BOOL HasAttribute(const FX_WCHAR* pwsAttriName) const;
Dfde_xml.cpp544 FX_BOOL CFDE_XMLInstruction::HasAttribute(const FX_WCHAR* pwsAttriName) const { in HasAttribute() function in CFDE_XMLInstruction
706 if (!pElement->HasAttribute(wsAttri)) { in GetNamespaceURI()
732 FX_BOOL CFDE_XMLElement::HasAttribute(const FX_WCHAR* pwsAttriName) const { in HasAttribute() function in CFDE_XMLElement
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h133 FX_BOOL HasAttribute(XFA_ATTRIBUTE eAttr, FX_BOOL bCanInherit = FALSE);