Home
last modified time | relevance | path

Searched refs:bKeyDown (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h29 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
32 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
DFFL_ListBox.h34 virtual void OnKeyStroke(FX_BOOL bKeyDown, FX_DWORD nFlag);
DFFL_IFormFiller.h73 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag);
78 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit);
DFFL_ComboBox.h41 virtual void OnKeyStroke(FX_BOOL bKeyDown, FX_UINT nFlag);
DFFL_FormFiller.h101 virtual void OnKeyStroke(FX_BOOL bKeyDown);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp99 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, in OnKeyStroke() argument
107 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, in OnValidate() argument
DFFL_IFormFiller.cpp838 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, in OnKeyStroke() argument
848 pFormFiller->OnKeyStroke(bKeyDown); in OnKeyStroke()
872 fa.bKeyDown = GetKeyDown(); in OnKeyStrokeCommit()
911 fa.bKeyDown = GetKeyDown(); in OnValidate()
1103 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) in OnBeforeKeyStroke() argument
1128 fa.bKeyDown = bKeyDown; in OnBeforeKeyStroke()
DFFL_ListBox.cpp298 void CFFL_ListBox::OnKeyStroke(FX_BOOL bKeyDown, FX_DWORD nFlag) in OnKeyStroke() argument
DFFL_ComboBox.cpp329 void CFFL_ComboBox::OnKeyStroke(FX_BOOL bKeyDown, FX_UINT nFlag) in OnKeyStroke() argument
DFFL_FormFiller.cpp762 void CFFL_FormFiller::OnKeyStroke(FX_BOOL bKeyDown) in OnKeyStroke() argument
/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.cpp252 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, in OnField_Keystroke() argument
257 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown, in OnField_Keystroke()
262 FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, CPDF_FormField* pTarget, in OnField_Validate() argument
266 …m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Va… in OnField_Validate()
DJS_EventHandler.cpp217 FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, in OnField_Validate() argument
224 m_bKeyDown = bKeyDown; in OnField_Validate()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Context.h48 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
51 … OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
DIJavaScript.h44 … OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
DJS_EventHandler.h81 … OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h31 bKeyDown = FALSE; in _PDFSDK_FieldAction()
43 FX_BOOL bKeyDown; //in member
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h65 void OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit , FX_DWORD nFlag);
DPWL_Edit.h22 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp437 void CPWL_ListBox::OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit, FX_DWORD nFlag) in OnNotifySelChanged() argument
446 …FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFla… in OnNotifySelChanged()
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp675 pContext->OnField_Keystroke(data.nCommitKey, data.sChange, data.sChangeEx, data.bKeyDown, in RunFieldJavaScript()
680 pContext->OnField_Validate(data.sChange, data.sChangeEx, data.bKeyDown, data.bModifier, in RunFieldJavaScript()