Searched defs:GetAttribute (Results 1 - 7 of 7) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, function in namespace:sfntly
/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.h103 WideString GetAttribute(const WideString& wsAttr) { function in class:CXFA_TextParser::TagProvider
/external/boringssl/src/crypto/test/
H A Dfile_test.cc255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { function in class:FileTest
311 if (!GetAttribute(&value, key)) {
/external/webrtc/webrtc/p2p/base/
H A Dstun.cc95 GetAttribute(STUN_ATTR_MAPPED_ADDRESS);
97 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS);
102 return static_cast<const StunAddressAttribute*>(GetAttribute(type));
107 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
111 return static_cast<const StunUInt64Attribute*>(GetAttribute(type));
115 return static_cast<const StunByteStringAttribute*>(GetAttribute(type));
120 GetAttribute(STUN_ATTR_ERROR_CODE));
125 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES));
401 const StunAttribute* StunMessage::GetAttribute(int type) const { function in class:cricket::StunMessage
/external/gptfdisk/
H A Dgpt.cc2388 GetAttribute(partNum, bits);
2410 void GPTData::GetAttribute(const uint32_t partNum, const string& attributeBits) { function in class:GPTData
2413 } // GPTData::GetAttribute
/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp265 WideString CJX_Object::GetAttribute(const WideStringView& attr) { function in class:CJX_Object
269 WideString CJX_Object::GetAttribute(XFA_Attribute attr) { function in class:CJX_Object
1214 pValue->SetString(GetAttribute(eAttribute).UTF8Encode().AsStringView());
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp383 XFA_Attribute CXFA_Node::GetAttribute(size_t i) const { function in class:CXFA_Node

Completed in 875 milliseconds