HomeSort by relevance Sort by last modified time
    Searched refs:GetChoiceListItem (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.h 134 Optional<WideString> GetChoiceListItem(int32_t nIndex, bool bSaveValue);
cxfa_ffcombobox.cpp 128 ->GetChoiceListItem(iCursel, true)
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_field.cpp 107 Optional<WideString> value = pWidgetAcc->GetChoiceListItem(iIndex, true);
171 Optional<WideString> value = pWidgetAcc->GetChoiceListItem(iIndex, false);
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 440 pWidgetAcc->GetChoiceListItem(i, false).value_or(L""), i, true);
453 pWidgetAcc->GetChoiceListItem(i, false).value_or(L""), i, false);

Completed in 68 milliseconds