Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp414 XFA_Element eChildType = pChild->GetElementType(); in CreateUIChild() local
415 if (eChildType == XFA_Element::Extras || in CreateUIChild()
416 eChildType == XFA_Element::Picture) { in CreateUIChild()
422 if (node && node->HasPropertyFlags(eChildType, XFA_PROPERTYFLAG_OneOf)) { in CreateUIChild()