Searched refs:bKeyDown (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dpdfsdk_fieldaction.cpp13 bKeyDown(false),
H A Dpdfsdk_fieldaction.h30 bool bKeyDown; member in struct:PDFSDK_FieldAction
H A Dfsdk_actionhandler.cpp497 pContext->OnField_Keystroke(data.sChange, data.sChangeEx, data.bKeyDown,
503 pContext->OnField_Validate(data.sChange, data.sChangeEx, data.bKeyDown,
H A Dcpdfsdk_widget.cpp247 param.m_bKeyDown = data.bKeyDown;
985 param.m_bKeyDown = data.bKeyDown;
/external/pdfium/fxjs/
H A Dcjs_event_context.cpp170 bool bKeyDown,
181 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift,
187 bool bKeyDown,
193 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier,
168 OnField_Keystroke(WideString& strChange, const WideString& strChangeEx, bool bKeyDown, bool bModifier, int& nSelEnd, int& nSelStart, bool bShift, CPDF_FormField* pTarget, WideString& Value, bool bWillCommit, bool bFieldFull, bool& bRc) argument
185 OnField_Validate(WideString& strChange, const WideString& strChangeEx, bool bKeyDown, bool bModifier, bool bShift, CPDF_FormField* pTarget, WideString& Value, bool& bRc) argument
H A Dcjs_event_context.h69 bool bKeyDown,
81 bool bKeyDown,
H A Dcjs_event_context_stub.h73 bool bKeyDown,
H A Dcjs_eventhandler.h103 bool bKeyDown,
H A Dijs_event_context.h82 bool bKeyDown,
H A Dcjs_eventhandler.cpp201 bool bKeyDown,
211 m_bKeyDown = bKeyDown;
199 OnField_Validate(WideString& strChange, const WideString& strChangeEx, bool bKeyDown, bool bModifier, bool bShift, CPDF_FormField* pTarget, WideString& Value, bool& bRc) argument
/external/python/cpython3/PC/
H A D_testconsole.c66 prec->Event.KeyEvent.bKeyDown = TRUE;
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_box.h69 bool OnNotifySelectionChanged(bool bKeyDown, uint32_t nFlag);
H A Dcpwl_edit.h34 bool bKeyDown,
H A Dcpwl_list_box.cpp261 bool CPWL_ListBox::OnNotifySelectionChanged(bool bKeyDown, uint32_t nFlag) { argument
274 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown,
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.cpp618 fa.bKeyDown = true;
649 fa.bKeyDown = true;
858 bool bKeyDown,
892 fa.bKeyDown = bKeyDown;
852 OnBeforeKeyStroke( CPWL_Wnd::PrivateData* pAttached, WideString& strChange, const WideString& strChangeEx, int nSelStart, int nSelEnd, bool bKeyDown, uint32_t nFlag) argument
H A Dcffl_interactiveformfiller.h139 bool bKeyDown,

Completed in 1597 milliseconds