Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp70 if (pSender->GetUIType() != XFA_Element::ChoiceList) in OnWidgetListItemAdded()
87 if (pSender->GetUIType() != XFA_Element::ChoiceList) in OnWidgetListItemRemoved()
134 case XFA_Element::ChoiceList: { in OnCreateContentLayoutItem()
276 XFA_Element::ChoiceList) in OpenDropDownList()
Dfxfa_basic.h656 ChoiceList, enumerator
Dcxfa_widgetacc.cpp491 case XFA_Element::ChoiceList: { in CreateUIChild()
577 case XFA_Element::ChoiceList: in ResetData()
1058 case XFA_Element::ChoiceList: in CalculateAccWidthAndHeight()
2496 case XFA_Element::ChoiceList: { in GetValue()
Dcxfa_ffwidgethandler.cpp407 return CreateField(XFA_Element::ChoiceList, pParent, pBefore); in CreateDropdownList()
Dcxfa_fffield.cpp55 type != XFA_Element::ChoiceList) { in GetBBox()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_choicelist.cpp38 XFA_Element::ChoiceList, in CXFA_ChoiceList()
Dcxfa_ui.cpp16 {XFA_Element::ChoiceList, 1, XFA_PROPERTYFLAG_OneOf},
Dxfa_utils.cpp568 pFirstChild->GetElementType() != XFA_Element::ChoiceList) { in XFA_FieldIsMultiListBox()
Dxfa_document_datamerger_imp.cpp165 case XFA_Element::ChoiceList: in CreateDataBinding()
317 case XFA_Element::ChoiceList: in CreateDataBinding()
Dcxfa_node_statics.cpp361 {0x10395ac7 /* choiceList */, XFA_Element::ChoiceList},
1031 case XFA_Element::ChoiceList: in Create()
2411 case XFA_Element::ChoiceList: in ElementToName()
Dcxfa_node.cpp1442 case XFA_Element::ChoiceList: in SendAttributeChangeMessage()
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp523 if (pUINode->GetElementType() != XFA_Element::ChoiceList || in execSingleEventByName()