Searched defs:bKeyDown (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp298 void CFFL_ListBox::OnKeyStroke(FX_BOOL bKeyDown, FX_DWORD nFlag) argument
H A DFFL_ComboBox.cpp329 void CFFL_ComboBox::OnKeyStroke(FX_BOOL bKeyDown, FX_UINT nFlag) argument
H A DFFL_Notify.cpp99 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
107 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
98 OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, FX_BOOL bWillCommit, FX_BOOL bFieldFull, int& nSelStart, int& nSelEnd, FX_BOOL& bRC) argument
106 OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, FX_BOOL & bRC) argument
H A DFFL_FormFiller.cpp762 void CFFL_FormFiller::OnKeyStroke(FX_BOOL bKeyDown) argument
H A DFFL_IFormFiller.cpp838 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
848 pFormFiller->OnKeyStroke(bKeyDown);
872 fa.bKeyDown = GetKeyDown();
911 fa.bKeyDown = GetKeyDown();
1103 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag)
1128 fa.bKeyDown = bKeyDown;
837 OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit) argument
1100 OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) argument
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h31 bKeyDown = FALSE;
43 FX_BOOL bKeyDown; //in member in struct:_PDFSDK_FieldAction
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp252 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart,
257 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown,
262 FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, CPDF_FormField* pTarget,
266 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Value, bRc);
251 OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL bWillCommit, FX_BOOL bFieldFull, FX_BOOL& bRc) argument
261 OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc) argument
H A DJS_EventHandler.cpp217 FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift,
224 m_bKeyDown = bKeyDown;
216 OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp437 void CPWL_ListBox::OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit, FX_DWORD nFlag) argument
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);

Completed in 4735 milliseconds