Home
last modified time | relevance | path

Searched refs:HasRemovedChildren (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp539 if (!pResult->HasRemovedChildren() && pResult->IsWidgetReady()) in AddCalculateNodeNotify()
609 if (!node->HasRemovedChildren()) in RunValidate()
630 if (item->HasRemovedChildren()) in RunBindItems()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h140 bool HasRemovedChildren() const { in HasRemovedChildren() function
Dcxfa_node.cpp1338 if (!pFormNode || pFormNode->HasRemovedChildren()) in GetContainerNode()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp1605 if (pCurLayoutItem->GetFormNode()->HasRemovedChildren()) { in SaveLayoutItemChildren()
1908 if (pPageSetFormNode->HasRemovedChildren()) { in PrepareLayout()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1378 if (!pFormNode || pFormNode->HasRemovedChildren()) in ScriptSomDefaultValue()