Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h56 CFWL_ListItem* AddString(const WideStringView& wsAdd);
Dcfwl_listbox.cpp910 CFWL_ListItem* CFWL_ListBox::AddString(const WideStringView& wsAdd) { in AddString() argument
912 pdfium::MakeUnique<CFWL_ListItem>(WideString(wsAdd))); in AddString()