Searched refs:IsChoiceType (Results 1 – 1 of 1) sorted by relevance
47 bool IsChoiceType(int type) { in IsChoiceType() function56 return IsClickActionType(type) || IsChoiceType(type) || IsTextFieldType(type); in IsSupportedType()169 if (IsChoiceType(type)) { in GetFormWidgetInfo()268 if (!IsChoiceType(type) || IsReadOnly(formfield_flags)) { in SetChoiceSelection()