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.cpp67 CXFA_Node* pFormNode = m_pRootItemLayoutProcessor->GetFormNode(); in DoLayout()
Dcxfa_itemlayoutprocessor.h67 CXFA_Node* GetFormNode() { return m_pFormNode; } in GetFormNode() function
Dcxfa_itemlayoutprocessor.cpp2250 if (ExistContainerKeep(m_pCurChildPreprocessor->GetFormNode(), false)) { in DoLayoutFlowedContainer()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp408 if (IsLayoutElement(pSearchItem->GetFormNode()->GetElementType(), true)) { in OrderContainer()
Dcxfa_ffwidget.cpp224 if (pLayoutItem->GetFormNode()->HasCreatedUIWidget()) in XFA_GetWidgetFromLayoutItem()