Home
last modified time | relevance | path

Searched refs:GetCurVersionMode (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h87 XFA_VERSION GetCurVersionMode() { return m_eCurVersionMode; } in GetCurVersionMode() function
Dcxfa_node.cpp674 m_pDocument->GetCurVersionMode() < XFA_VERSION_208) { in GetIntact()
726 XFA_VERSION version = m_pDocument->GetCurVersionMode(); in GetIntact()
1913 XFA_VERSION version = docView->GetDoc()->GetXFADoc()->GetCurVersionMode(); in ProcessValidate()
Dcxfa_itemlayoutprocessor.cpp1752 XFA_VERSION eVersion = m_pFormNode->GetDocument()->GetCurVersionMode(); in DoLayoutPositionedContainer()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp148 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFPageWidgetIterator()
235 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFTabOrderPageWidgetIterator()
Dcxfa_fffield.cpp671 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode(); in CalculateWidgetAcc()
Dcxfa_widgetacc.cpp1229 XFA_VERSION version = docView->GetDoc()->GetXFADoc()->GetCurVersionMode(); in FindSplitPos()
/external/pdfium/fxjs/xfa/
Dcjx_exclgroup.cpp124 XFA_VERSION curVersion = GetDocument()->GetCurVersionMode(); in defaultValue()