Home
last modified time | relevance | path

Searched defs:bSelect (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp160 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) { in SetSelItem()
229 void CFWL_ListBox::SetSelectionDirect(CFWL_ListItem* pItem, bool bSelect) { in SetSelectionDirect()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp445 bool bSelect = false; in DrawEdit() local