Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.cpp251 if (!pItemChild->IsContentLayoutItem()) { in GetObjArray()
273 if (!pItemChild->IsContentLayoutItem()) { in GetObjArray()
311 if (!pItemChild->IsContentLayoutItem()) in GetObjArray()
328 if (!pItemChild->IsContentLayoutItem()) in GetObjArray()
Dcxfa_layoutitem.h23 bool IsContentLayoutItem() const { return m_bIsContentLayoutItem; } in IsContentLayoutItem() function
Dcxfa_layoutitem.cpp51 return IsContentLayoutItem() ? static_cast<CXFA_ContentLayoutItem*>(this) in AsContentLayoutItem()
Dcxfa_layoutpagemgr.cpp107 if (pChild->IsContentLayoutItem()) { in SyncContainer()
1595 if (pCurLayoutItem->IsContentLayoutItem()) { in SaveLayoutItem()
1626 if (!pCurLayoutItem->IsContentLayoutItem() && in SaveLayoutItem()
Dxfa_layout_itemlayout.cpp1594 if (!pLayoutItem->IsContentLayoutItem() || in DoLayoutPageArea()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpageview.cpp386 if (!pSearchItem->IsContentLayoutItem()) { in OrderContainer()