Home
last modified time | relevance | path

Searched refs:DeleteString (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h21 FX_BOOL DeleteString(FWL_HLISTITEM hItem);
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp43 FX_BOOL CFWL_ListBox::DeleteString(FWL_HLISTITEM hItem) { in DeleteString() function in CFWL_ListBox
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp174 ->DeleteString(((CFWL_ListBox*)m_pNormalWidget)->GetItem(nIndex)); in DeleteItem()