Searched refs:wsAttriName (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fde/xml/ |
D | fde_xml_imp.h | 87 CFX_WideString& wsAttriName, 93 void SetString(const CFX_WideString& wsAttriName, 127 CFX_WideString& wsAttriName, 135 void SetString(const CFX_WideString& wsAttriName, 277 void GetAttributeName(CFX_WideString& wsAttriName) const { in GetAttributeName() argument 278 m_BlockBuffer.GetTextData(wsAttriName, 0, m_iTextDataLength); in GetAttributeName()
|
D | fde_xml_imp.cpp | 550 CFX_WideString& wsAttriName, in GetAttribute() argument 556 wsAttriName = m_Attributes[i]; in GetAttribute() 588 void CFDE_XMLInstruction::SetString(const CFX_WideString& wsAttriName, in SetString() argument 590 ASSERT(wsAttriName.GetLength() > 0); in SetString() 593 if (m_Attributes[i].Compare(wsAttriName) == 0) { in SetString() 594 m_Attributes[i] = wsAttriName; in SetString() 599 m_Attributes.push_back(wsAttriName); in SetString() 762 CFX_WideString& wsAttriName, in GetAttribute() argument 768 wsAttriName = m_Attributes[i]; in GetAttribute() 799 void CFDE_XMLElement::SetString(const CFX_WideString& wsAttriName, in SetString() argument [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_simple_parser.cpp | 483 CFX_WideString wsAttriName, wsAttriValue; in ParseAsXDPPacket_XDP() local 484 pElement->GetAttribute(i, wsAttriName, wsAttriValue); in ParseAsXDPPacket_XDP() 485 if (wsAttriName == L"uuid") in ParseAsXDPPacket_XDP() 487 else if (wsAttriName == L"timeStamp") in ParseAsXDPPacket_XDP()
|