Home
last modified time | relevance | path

Searched refs:m_wsTarget (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h59 wsTarget = m_wsTarget; in GetTargetName()
85 CFX_WideString m_wsTarget; variable
Dfde_xml.cpp387 if (pInstruction->m_wsTarget.CompareNoCase(L"xml") == 0) { in SaveXMLNode()
400 ws.Format(L"<?%s", (const FX_WCHAR*)pInstruction->m_wsTarget); in SaveXMLNode()
511 : m_wsTarget(wsTarget) { in CFDE_XMLInstruction()
512 FXSYS_assert(m_wsTarget.GetLength() > 0); in CFDE_XMLInstruction()
515 CFDE_XMLInstruction* pClone = new CFDE_XMLInstruction(m_wsTarget); in Clone()
957 if (pInstruction->m_wsTarget.CompareNoCase(L"xml") == 0) { in SaveXMLNode()
970 ws.Format(L"<?%s", (const FX_WCHAR*)pInstruction->m_wsTarget); in SaveXMLNode()