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

  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 43 bRC = TRUE;
57 FX_BOOL bRC; //in[out]
198 void OnKeyStrokeCommit(CPDF_FormField* pFormField, CFX_WideString& csValue, FX_BOOL& bRC);
199 void OnValidate(CPDF_FormField* pFormField, CFX_WideString& csValue, FX_BOOL& bRC);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 441 FX_BOOL bRC = TRUE;
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
PWL_Edit.cpp 181 FX_BOOL bRC = TRUE;
187 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
188 if (!bRC) return;
931 FX_BOOL bRC = TRUE;
942 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
943 if (!bRC) return FALSE;
1010 FX_BOOL bRC = TRUE;
1042 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1046 if (!bRC) return TRUE;
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 673 FX_BOOL bRC = TRUE;
676 pIFormFiller->OnKeyStrokeCommit(m_pWidget, pPageView, bRC, bExit, nFlag);
678 if (!bRC)
684 pIFormFiller->OnValidate(m_pWidget, pPageView, bRC, bExit, nFlag);
686 if (!bRC)
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 626 milliseconds