Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.h25 CXFA_ViewLayoutItem* AsViewLayoutItem();
26 const CXFA_ViewLayoutItem* AsViewLayoutItem() const;
44 return item ? item->AsViewLayoutItem() : nullptr; in ToViewLayoutItem()
Dcxfa_layoutitem.cpp50 CXFA_ViewLayoutItem* CXFA_LayoutItem::AsViewLayoutItem() { in AsViewLayoutItem() function in CXFA_LayoutItem
54 const CXFA_ViewLayoutItem* CXFA_LayoutItem::AsViewLayoutItem() const { in AsViewLayoutItem() function in CXFA_LayoutItem
74 return pCurNode->AsViewLayoutItem(); in GetPage()
Dcxfa_viewlayoutprocessor.cpp45 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetFirstChild()
55 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetNextSibling()
79 CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem(); in GetFirstChild()
91 CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem(); in GetNextSibling()
236 CXFA_ViewLayoutItem* pLayoutItem = pChild->AsViewLayoutItem(); in CheckContentAreaNotUsed()
629 pPrePageSet.Reset(pPrePageSet->GetNextSibling()->AsViewLayoutItem()); in CreateViewRecord()