HomeSort by relevance Sort by last modified time
    Searched defs:bRC (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/
pdfsdk_fieldaction.h 36 bool bRC;
cpdfsdk_interform.cpp 259 bool bRC = true;
260 pContext->OnField_Calculate(pFormField, pField, sValue, bRC);
265 if (bRet && bRC && sValue.Compare(sOldValue) != 0)
355 return fa.bRC;
375 return fa.bRC;
  /external/ltp/testcases/kernel/fs/dmapi/
handle.c 70 dm_boolean_t bRC;
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ListBox.cpp 346 bool bRC = true;
352 nSelStart, nSelEnd, bKeyDown, bRC, bExit,
PWL_Edit.cpp 611 bool bRC = true;
624 bRC, bExit, nFlag);
625 if (!bRC)
678 bool bRC = true;
704 bRC, bExit, nFlag);
708 if (!bRC)
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 505 bool bRC = true;
510 pFormFiller->OnKeyStrokeCommit(&pObserved, pPageView, bRC, bExit, nFlag);
513 if (!bRC) {
517 pFormFiller->OnValidate(&pObserved, pPageView, bRC, bExit, nFlag);
520 if (!bRC) {

Completed in 1358 milliseconds