Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp366 XFA_Element eWidgetType = eType; in CreateUIChild() local
368 return {eWidgetType, nullptr}; in CreateUIChild()
370 eWidgetType = XFA_Element::Unknown; in CreateUIChild()
388 eWidgetType = XFA_Element::Text; in CreateUIChild()
397 eWidgetType = XFA_Element::Image; in CreateUIChild()
403 eWidgetType = eValueType; in CreateUIChild()
433 eWidgetType = XFA_Element::Text; in CreateUIChild()
436 eWidgetType = XFA_Element::Image; in CreateUIChild()
439 eWidgetType = eWidgetType == XFA_Element::Unknown ? XFA_Element::Text in CreateUIChild()
440 : eWidgetType; in CreateUIChild()
[all …]