Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.h22 bool IsContainerLayoutItem() const { return !m_bIsContentLayoutItem; } in IsContainerLayoutItem() function
Dcxfa_layoutitem.cpp47 return IsContainerLayoutItem() ? static_cast<CXFA_ContainerLayoutItem*>(this) in AsContainerLayoutItem()