Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.h84 void GetTargetName(CFX_WideString& wsTarget) const { wsTarget = m_wsTarget; } in GetTargetName()
105 CFX_WideString m_wsTarget; variable
Dfde_xml_imp.cpp401 if (pInstruction->m_wsTarget.CompareNoCase(L"xml") == 0) { in SaveXMLNode()
414 ws.Format(L"<?%s", pInstruction->m_wsTarget.c_str()); in SaveXMLNode()
524 : m_wsTarget(wsTarget) { in CFDE_XMLInstruction()
525 ASSERT(m_wsTarget.GetLength() > 0); in CFDE_XMLInstruction()
533 CFDE_XMLInstruction* pClone = new CFDE_XMLInstruction(m_wsTarget); in Clone()
971 if (pInstruction->m_wsTarget.CompareNoCase(L"xml") == 0) { in SaveXMLNode()
984 ws.Format(L"<?%s", pInstruction->m_wsTarget.c_str()); in SaveXMLNode()