Searched refs:bSaveValue (Results 1 – 2 of 2) sorted by relevance
336 int32_t CountChoiceListItems(bool bSaveValue);337 Optional<WideString> GetChoiceListItem(int32_t nIndex, bool bSaveValue);340 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
4157 int32_t CXFA_Node::CountChoiceListItems(bool bSaveValue) { in CountChoiceListItems() argument4178 if (bItemOneHasSave != bItemTwoHasSave && bSaveValue == bItemTwoHasSave) in CountChoiceListItems()4185 bool bSaveValue) { in GetChoiceListItem() argument4207 if (bItemOneHasSave != bItemTwoHasSave && bSaveValue == bItemTwoHasSave) in GetChoiceListItem()4220 std::vector<WideString> CXFA_Node::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() argument4236 if (bItemOneHasSave != bItemTwoHasSave && bSaveValue == bItemTwoHasSave) in GetChoiceListItems()