Home
last modified time | relevance | path

Searched refs:pLayoutNode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.h129 void DoLayoutTableContainer(CXFA_Node* pLayoutNode);
Dcxfa_contentlayoutprocessor.cpp1134 CXFA_Node* pLayoutNode) { in DoLayoutTableContainer() argument
1137 if (!pLayoutNode) in DoLayoutTableContainer()
1138 pLayoutNode = GetFormNode(); in DoLayoutTableContainer()
1164 pLayoutNode->JSObject()->GetCData(XFA_Attribute::ColumnWidths); in DoLayoutTableContainer()
2061 CXFA_Node* pLayoutNode = GetSubformSetParent(GetFormNode()); in DoLayoutInternal() local
2063 GetLayout(pLayoutNode, &bRootForceTb); in DoLayoutInternal()
2079 DoLayoutTableContainer(pLayoutNode); in DoLayoutInternal()