Home
last modified time | relevance | path

Searched refs:bSaveValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h336 int32_t CountChoiceListItems(bool bSaveValue);
337 Optional<WideString> GetChoiceListItem(int32_t nIndex, bool bSaveValue);
340 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
Dcxfa_node.cpp4157 int32_t CXFA_Node::CountChoiceListItems(bool bSaveValue) { in CountChoiceListItems() argument
4178 if (bItemOneHasSave != bItemTwoHasSave && bSaveValue == bItemTwoHasSave) in CountChoiceListItems()
4185 bool bSaveValue) { in GetChoiceListItem() argument
4207 if (bItemOneHasSave != bItemTwoHasSave && bSaveValue == bItemTwoHasSave) in GetChoiceListItem()
4220 std::vector<WideString> CXFA_Node::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() argument
4236 if (bItemOneHasSave != bItemTwoHasSave && bSaveValue == bItemTwoHasSave) in GetChoiceListItems()