Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp56 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false)) in LoadWidget()
Dcxfa_widgetacc.h137 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
Dcxfa_widgetacc.cpp1895 std::vector<WideString> CXFA_WidgetAcc::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() function in CXFA_WidgetAcc
1929 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in CountSelectedItems()
1942 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItem()
1951 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItems()
1986 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetItemState()
1997 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetItemState()
2048 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetSelectedItems()
Dcxfa_ffcombobox.cpp55 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false)) in LoadWidget()