Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp57 for (const auto& label : m_pNode->GetChoiceListItems(false)) in LoadWidget()
Dcxfa_ffcombobox.cpp65 for (const auto& label : m_pNode->GetChoiceListItems(false)) in LoadWidget()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h340 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
Dcxfa_node.cpp4220 std::vector<WideString> CXFA_Node::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() function in CXFA_Node
4254 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in CountSelectedItems()
4267 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItem()
4276 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItems()
4296 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetItemState()
4307 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetItemState()
4358 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetSelectedItems()