Searched refs:GetAttribute (Results 1 - 25 of 31) sorted by relevance

12

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffConfigAcc.cpp41 pFontNode->GetAttribute(XFA_ATTRIBUTE_Typeface, wsFontFamily);
42 pFontNode->GetAttribute(XFA_ATTRIBUTE_PsName, wsPsName);
44 pFontNode->GetAttribute(XFA_ATTRIBUTE_Weight, wsValue);
49 pFontNode->GetAttribute(XFA_ATTRIBUTE_Posture, wsValue);
H A Dxfa_ffpageview.cpp273 if (pTraverse->GetAttribute(XFA_ATTRIBUTE_Ref, wsTraverseWidgetName)) {
/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
H A Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, function in namespace:sfntly
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
/external/libweave/src/notification/
H A Dxmpp_stream_parser_unittest.cc154 EXPECT_TRUE(stanza2->GetAttribute("from", &value));
159 EXPECT_TRUE(stanza2->GetAttribute("to", &value));
169 EXPECT_TRUE(child->GetAttribute("channel", &value));
171 EXPECT_TRUE(child->GetAttribute("xmlns:push", &value));
178 EXPECT_TRUE(child1->GetAttribute("to", &value));
H A Dxml_node_unittest.cc104 EXPECT_FALSE(node_->GetAttribute("foo", &attr));
105 EXPECT_EQ("bar", attr); // Shouldn't be changed by failed GetAttribute().
106 EXPECT_TRUE(node_->GetAttribute("attr1", &attr));
108 EXPECT_TRUE(node_->GetAttribute("attr2", &attr));
112 EXPECT_FALSE(new_node.GetAttribute("attr1", &attr));
H A Dxml_node.cc33 bool XmlNode::GetAttribute(const std::string& name, std::string* value) const { function in class:weave::XmlNode
44 GetAttribute(name, &value);
H A Dxmpp_iq_stanza_handler.cc92 if (!stanza->GetAttribute("type", &type)) {
98 if (!stanza->GetAttribute("id", &id_str)) {
H A Dxml_node.h41 bool GetAttribute(const std::string& name, std::string* value) const;
/external/boringssl/src/crypto/test/
H A Dfile_test.h110 // GetAttribute looks up the attribute with key |key|. It sets |*out_value| to
113 bool GetAttribute(std::string *out_value, const std::string &key);
H A Dfile_test.cc178 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { function in class:FileTest
214 if (!GetAttribute(&value, key)) {
/external/boringssl/src/crypto/hmac/
H A Dhmac_test.cc90 if (!t->GetAttribute(&digest_str, "HMAC")) {
/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/pdfium/xfa/src/fdp/include/
H A Dfde_xml.h88 virtual FX_BOOL GetAttribute(int32_t index,
118 virtual FX_BOOL GetAttribute(int32_t index,
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.h62 virtual FX_BOOL GetAttribute(int32_t index,
100 virtual FX_BOOL GetAttribute(int32_t index,
/external/boringssl/src/crypto/cipher/
H A Dcipher_test.cc218 if (!t->GetAttribute(&cipher_str, "Cipher")) {
/external/gptfdisk/
H A Dgpt.h202 void GetAttribute(const uint32_t partNum, const string& attributeBits);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_document_serialize.cpp135 !pNode->GetAttribute((XFA_ATTRIBUTE)eName, wsValue, FALSE)) {
242 pNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, FALSE);
268 pRawValueNode->GetAttribute(XFA_ATTRIBUTE_Value, wsRawValue, FALSE);
H A Dxfa_locale.cpp345 if (pChild->GetAttribute(XFA_ATTRIBUTE_Name, wsChild)) {
H A Dxfa_objectacc_imp.cpp938 return m_pNode->GetAttribute(FX_WSTRC(L"href"), wsHref);
3072 pChildValue->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType,
3461 m_pNode->GetAttribute(eAttribute, wsStringValue, FALSE);
3494 pCertsNode->GetAttribute(XFA_ATTRIBUTE_Url, wsURL, FALSE);
3502 pCertsNode->GetAttribute(XFA_ATTRIBUTE_UrlPolicy, wsURLPolicy, FALSE);
3534 pKeyUsageNode->GetAttribute(eAttribute, wsAttributeValue, FALSE);
3627 pTimeStampNode->GetAttribute(XFA_ATTRIBUTE_Server, wsServerURI, FALSE);
3641 m_pNode->GetAttribute(XFA_ATTRIBUTE_Name, wsName, FALSE);
3698 pSubjectDNNode->GetAttribute(eAttribute, wsAttributeValue, FALSE);
H A Dxfa_parser_imp.cpp323 pElement->GetAttribute(i, wsAttrName, wsAttrValue);
403 pElement->GetAttribute(i, wsAttriName, wsAttriValue);
866 pXMLElement->GetAttribute(i, wsAttrQualifiedName, wsAttrValue);
1153 pXMLElement->GetAttribute(i, wsAttrQualifiedName, wsAttrValue);
/external/autotest/client/tests/kvm/deps/
H A Dwhql_submission_15.cs273 string deviceName = d.GetAttribute("name")[0].ToString();
/external/libxml2/python/tests/
H A Dreader.py89 reader.GetAttribute("dt:type") != "int":
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_object.h137 FX_BOOL GetAttribute(XFA_ATTRIBUTE eAttr,
143 FX_BOOL GetAttribute(const CFX_WideStringC& wsAttr,

Completed in 145 milliseconds

12