Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp250 if (!pItemChild->IsContentLayoutItem()) { in GetObjArray()
272 if (!pItemChild->IsContentLayoutItem()) { in GetObjArray()
311 if (!pItemChild->IsContentLayoutItem()) in GetObjArray()
329 if (!pItemChild->IsContentLayoutItem()) in GetObjArray()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.h23 bool IsContentLayoutItem() const { return m_bIsContentLayoutItem; } in IsContentLayoutItem() function
Dcxfa_layoutitem.cpp52 return IsContentLayoutItem() ? static_cast<CXFA_ContentLayoutItem*>(this) in AsContentLayoutItem()
Dcxfa_layoutpagemgr.cpp119 if (pChild->IsContentLayoutItem()) { in SyncContainer()
1625 if (pCurLayoutItem->IsContentLayoutItem()) { in SaveLayoutItem()
1656 if (!pCurLayoutItem->IsContentLayoutItem() && in SaveLayoutItem()
Dcxfa_itemlayoutprocessor.cpp1633 if (!pLayoutItem->IsContentLayoutItem() || in DoLayoutPageArea()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp389 if (!pSearchItem->IsContentLayoutItem()) { in OrderContainer()