Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp172 void RelocateTableRowCells(CXFA_ContentLayoutItem* pLayoutRow, in RelocateTableRowCells() argument
178 pLayoutRow->m_pFormNode, &bContainerWidthAutoSize, in RelocateTableRowCells()
181 pLayoutRow->m_pFormNode->GetFirstChildByClass<CXFA_Margin>( in RelocateTableRowCells()
206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
214 static_cast<CXFA_ContentLayoutItem*>(pLayoutRow->m_pFirstChild); in RelocateTableRowCells()
257 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()
307 if (pLayoutRow->m_pFormNode->JSObject()->GetEnum(XFA_Attribute::Layout) == in RelocateTableRowCells()
310 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()
318 pLayoutRow->m_sSize = CalculateContainerComponentSizeFromContentSize( in RelocateTableRowCells()
319 pLayoutRow->m_pFormNode, bContainerWidthAutoSize, fContentCalculatedWidth, in RelocateTableRowCells()