HomeSort by relevance Sort by last modified time
    Searched refs:IsContainerNode (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 483 if (pTemplateChild->IsContainerNode())
791 } else if (pTemplateChild->IsContainerNode()) {
830 } else if (pTemplateChild->IsContainerNode()) {
    [all...]
cxfa_dataexporter.cpp 125 if (!pGrandParentNode || !pGrandParentNode->IsContainerNode())
330 !pNode->IsContainerNode()) {
cxfa_nodehelper.cpp 300 if ((refNode->IsUnnamed() && refNode->IsContainerNode()) ||
xfa_object.h 73 bool IsContainerNode() const {
182 return m_ePacket == XFA_XDPPACKET_Form && IsContainerNode();
    [all...]
xfa_layout_itemlayout.cpp     [all...]
cxfa_node.cpp 329 pRootBoundNode && pRootBoundNode->IsContainerNode();
    [all...]
cxfa_layoutpagemgr.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 383 bool bIsContainerNode = pParentNode->IsContainerNode();

Completed in 209 milliseconds