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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_IconList.h 82 void SelectItem(FX_INT32 nItemIndex, FX_BOOL bSelect);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 147 FX_BOOL bSelect = FALSE;
187 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
188 if (bSelect)
206 if (bSelect)
281 FX_BOOL bSelect = FALSE;
328 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
329 if (bSelect)
335 if (bSelect)
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 341 void CPWL_IconList_Content::SelectItem(FX_INT32 nItemIndex, FX_BOOL bSelect)
345 pItem->SetSelect(bSelect);

Completed in 255 milliseconds