Home
last modified time | relevance | path

Searched refs:m_eLastCreateType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodehelper.cpp104 eClassType = m_eLastCreateType; in CreateNode()
131 m_eLastCreateType = XFA_Element::DataGroup; in SetCreateNodeType()
133 m_eLastCreateType = XFA_FieldIsMultiListBox(refNode) in SetCreateNodeType()
137 m_eLastCreateType = XFA_Element::DataValue; in SetCreateNodeType()
Dcxfa_nodehelper.h31 XFA_Element m_eLastCreateType = XFA_Element::DataValue; variable
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp722 if (m_pNodeHelper->m_eLastCreateType == XFA_Element::DataGroup) { in SetIndexDataBind()