Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp65 std::vector<WideString> displayables = m_pNode->GetChoiceListItems(false); in LoadWidget()
66 std::vector<WideString> settables = m_pNode->GetChoiceListItems(true); in LoadWidget()
Dcxfa_ffcombobox.cpp72 for (const auto& label : m_pNode->GetChoiceListItems(false)) in LoadWidget()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h376 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
Dcxfa_node.cpp4262 std::vector<WideString> CXFA_Node::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() function in CXFA_Node
4296 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in CountSelectedItems()
4309 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItem()
4320 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItems()
4342 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetItemState()
4351 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetItemState()
4402 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetSelectedItems()