Home
last modified time | relevance | path

Searched refs:bRC (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp485 bool bRC; in OnKeyDown() local
487 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()
494 if (!bRC) in OnKeyDown()
543 bool bRC = true; in OnChar() local
569 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()
578 if (!bRC) in OnChar()
Dcpwl_list_box.cpp271 bool bRC; in OnNotifySelectionChanged() local
273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
/external/pdfium/fpdfsdk/
Dpdfsdk_fieldaction.cpp18 bRC(true) {} in PDFSDK_FieldAction()
Dpdfsdk_fieldaction.h36 bool bRC; member
Dcpdfsdk_interform.cpp290 bool bRC = true; in OnCalculate() local
291 pContext->OnField_Calculate(pFormField, pField, sValue, bRC); in OnCalculate()
296 if (bRet && bRC && sValue.Compare(sOldValue) != 0) in OnCalculate()
388 return fa.bRC; in OnKeyStrokeCommit()
408 return fa.bRC; in OnValidate()
Dfsdk_actionhandler.cpp500 data.bWillCommit, data.bFieldFull, data.bRC); in RunFieldJavaScript()
505 data.sValue, data.bRC); in RunFieldJavaScript()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp619 fa.bRC = true; in OnKeyStrokeCommit()
629 return fa.bRC; in OnKeyStrokeCommit()
650 fa.bRC = true; in OnValidate()
660 return fa.bRC; in OnValidate()
894 fa.bRC = true; in OnBeforeKeyStroke()
920 if (fa.bRC) { in OnBeforeKeyStroke()