Searched defs:wsAttriName (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_parser_imp.cpp402 CFX_WideString wsAttriName, wsAttriValue; local
403 pElement->GetAttribute(i, wsAttriName, wsAttriValue);
404 if (wsAttriName == FX_WSTRC(L"uuid")) {
406 } else if (wsAttriName == FX_WSTRC(L"timeStamp")) {
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp530 CFX_WideString& wsAttriName,
536 wsAttriName = m_Attributes[i];
565 void CFDE_XMLInstruction::SetString(const CFX_WideString& wsAttriName, argument
567 FXSYS_assert(wsAttriName.GetLength() > 0);
570 if (m_Attributes[i].Compare(wsAttriName) == 0) {
571 m_Attributes[i] = wsAttriName;
576 m_Attributes.Add(wsAttriName);
718 CFX_WideString& wsAttriName,
724 wsAttriName = m_Attributes[i];
753 void CFDE_XMLElement::SetString(const CFX_WideString& wsAttriName, argument
529 GetAttribute(int32_t index, CFX_WideString& wsAttriName, CFX_WideString& wsAttriValue) const argument
717 GetAttribute(int32_t index, CFX_WideString& wsAttriName, CFX_WideString& wsAttriValue) const argument
[all...]

Completed in 185 milliseconds