Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp187 void RelocateTableRowCells(const RetainPtr<CXFA_ContentLayoutItem>& pLayoutRow, in RelocateTableRowCells() argument
193 pLayoutRow->GetFormNode(), &bContainerWidthAutoSize, in RelocateTableRowCells()
196 pLayoutRow->GetFormNode()->GetFirstChildByClass<CXFA_Margin>( in RelocateTableRowCells()
203 pLayoutRow->m_sSize.height - inset.top - inset.bottom; in RelocateTableRowCells()
210 for (CXFA_LayoutItem* pIter = pLayoutRow->GetFirstChild(); pIter; in RelocateTableRowCells()
258 for (CXFA_LayoutItem* pIter = pLayoutRow->GetFirstChild(); pIter; in RelocateTableRowCells()
313 if (pLayoutRow->GetFormNode()->JSObject()->GetEnum(XFA_Attribute::Layout) == in RelocateTableRowCells()
315 for (CXFA_LayoutItem* pIter = pLayoutRow->GetFirstChild(); pIter; in RelocateTableRowCells()
326 pLayoutRow->m_sSize = CalculateContainerComponentSizeFromContentSize( in RelocateTableRowCells()
327 pLayoutRow->GetFormNode(), bContainerWidthAutoSize, in RelocateTableRowCells()