Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_field.cpp113 Optional<WideString> value = node->GetChoiceListItem(iIndex, true); in getSaveItem()
179 Optional<WideString> value = node->GetChoiceListItem(iIndex, false); in getDisplayItem()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp154 wsText = m_pNode->GetChoiceListItem(iCursel, true).value_or(L""); in GetCurrentText()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h337 Optional<WideString> GetChoiceListItem(int32_t nIndex, bool bSaveValue);
Dcxfa_node.cpp4184 Optional<WideString> CXFA_Node::GetChoiceListItem(int32_t nIndex, in GetChoiceListItem() function in CXFA_Node
4782 GetChoiceListItem(iSelItemIndex, false).value_or(WideString()); in GetValue()