Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_nodehelper.cpp101 eClassType = m_eLastCreateType; in CreateNode()
128 m_eLastCreateType = XFA_Element::DataGroup; in SetCreateNodeType()
130 m_eLastCreateType = XFA_FieldIsMultiListBox(refNode) in SetCreateNodeType()
134 m_eLastCreateType = XFA_Element::DataValue; in SetCreateNodeType()
Dcfxjse_nodehelper.h29 XFA_Element m_eLastCreateType = XFA_Element::DataValue; variable
Dcfxjse_resolveprocessor.cpp706 m_pNodeHelper->m_eLastCreateType == XFA_Element::DataGroup) { in IndexForDataBind()