Home
last modified time | relevance | path

Searched refs:GetFormNode (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.h28 CXFA_Node* GetFormNode() const { return m_pFormNode; } in GetFormNode() function
Dcxfa_layoutprocessor.cpp66 CXFA_Node* pFormNode = m_pRootItemLayoutProcessor->GetFormNode(); in DoLayout()
Dxfa_layout_itemlayout.h84 CXFA_Node* GetFormNode() { return m_pFormNode; } in GetFormNode() function
Dxfa_layout_itemlayout.cpp2197 if (ExistContainerKeep(m_pCurChildPreprocessor->GetFormNode(), false)) { in DoLayoutFlowedContainer()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpageview.cpp407 if (IsLayoutElement(pSearchItem->GetFormNode()->GetElementType(), true)) { in OrderContainer()
Dxfa_ffwidget.cpp1182 if (XFA_IsCreateWidget(pLayoutItem->GetFormNode()->GetElementType())) in XFA_GetWidgetFromLayoutItem()