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

/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp163 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) { argument
165 if (bSelect) {
174 SetSelectionDirect(pItem, bSelect);
176 SetSelection(pItem, pItem, bSelect);
232 void CFWL_ListBox::SetSelectionDirect(CFWL_ListItem* pItem, bool bSelect) { argument
237 bSelect ? dwOldStyle |= FWL_ITEMSTATE_LTB_Selected
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp736 bool bSelect = false; local
764 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 &&
766 crCurFill = bSelect ? crWhite : crTextFill;
774 if (bSelect) {

Completed in 271 milliseconds