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

  /external/pdfium/fpdfsdk/
pdfsdk_fieldaction.cpp 18 bRC(true) {}
pdfsdk_fieldaction.h 36 bool bRC;
cpdfsdk_interform.cpp 290 bool bRC = true;
291 pContext->OnField_Calculate(pFormField, pField, sValue, bRC);
296 if (bRet && bRC && sValue.Compare(sOldValue) != 0)
388 return fa.bRC;
408 return fa.bRC;
fsdk_actionhandler.cpp 500 data.bWillCommit, data.bFieldFull, data.bRC);
505 data.sValue, data.bRC);
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 485 bool bRC;
487 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke(
494 if (!bRC)
543 bool bRC = true;
569 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke(
578 if (!bRC)
cpwl_list_box.cpp 271 bool bRC;
273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke(
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 619 fa.bRC = true;
629 return fa.bRC;
650 fa.bRC = true;
660 return fa.bRC;
894 fa.bRC = true;
920 if (fa.bRC) {

Completed in 184 milliseconds