Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp149 CXFA_ContentLayoutItem* pLayoutRow, in RelocateTableRowCells() argument
155 pLayoutRow->m_pFormNode, &bContainerWidthAutoSize, in RelocateTableRowCells()
158 pLayoutRow->m_pFormNode->GetFirstChildByClass(XFA_Element::Margin); in RelocateTableRowCells()
178 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
186 static_cast<CXFA_ContentLayoutItem*>(pLayoutRow->m_pFirstChild); in RelocateTableRowCells()
226 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()
274 if (pLayoutRow->m_pFormNode->GetEnum(XFA_ATTRIBUTE_Layout) == in RelocateTableRowCells()
277 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()
285 pLayoutRow->m_sSize = CalculateContainerComponentSizeFromContentSize( in RelocateTableRowCells()
286 pLayoutRow->m_pFormNode, bContainerWidthAutoSize, fContentCalculatedWidth, in RelocateTableRowCells()