Home
last modified time | relevance | path

Searched refs:CFWL_MsgKey (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h78 int32_t OnDropListKey(CFWL_MsgKey* pKey);
79 void OnDropListKeyDown(CFWL_MsgKey* pKey);
202 void OnKey(CFWL_MsgKey* pMsg);
203 void DoSubCtrlKey(CFWL_MsgKey* pMsg);
209 void DisForm_OnKey(CFWL_MsgKey* pMsg);
Dfwl_checkboximp.h59 void OnKeyDown(CFWL_MsgKey* pMsg);
Dfwl_pushbuttonimp.h60 void OnKeyDown(CFWL_MsgKey* pMsg);
Dfwl_spinbuttonimp.h65 void OnKeyDown(CFWL_MsgKey* pMsg);
Dfwl_editimp.h197 void OnKeyDown(CFWL_MsgKey* pMsg);
198 void OnChar(CFWL_MsgKey* pMsg);
Dfwl_tooltipctrlimp.h80 void OnKeyDown(CFWL_MsgKey* pMsg);
Dfwl_listboximp.h113 void OnKeyDown(CFWL_MsgKey* pMsg);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp235 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
404 void CFWL_SpinButtonImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
Dfwl_checkboximp.cpp445 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
542 void CFWL_CheckBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
Dfwl_pushbuttonimp.cpp438 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
534 void CFWL_PushButtonImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
Dfwl_comboboximp.cpp323 backDefault = !OnDropListKey(static_cast<CFWL_MsgKey*>(pMessage)); in OnProcessMessage()
406 int32_t CFWL_ComboListImpDelegate::OnDropListKey(CFWL_MsgKey* pKey) { in OnDropListKey()
437 void CFWL_ComboListImpDelegate::OnDropListKeyDown(CFWL_MsgKey* pKey) { in OnDropListKeyDown()
1398 OnKey(static_cast<CFWL_MsgKey*>(pMessage)); in OnProcessMessage()
1520 void CFWL_ComboBoxImpDelegate::OnKey(CFWL_MsgKey* pMsg) { in OnKey()
1531 void CFWL_ComboBoxImpDelegate::DoSubCtrlKey(CFWL_MsgKey* pMsg) { in DoSubCtrlKey()
1617 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in DisForm_OnProcessMessage()
1682 void CFWL_ComboBoxImpDelegate::DisForm_OnKey(CFWL_MsgKey* pMsg) { in DisForm_OnKey()
Dfwl_listboximp.cpp1017 CFWL_MsgKey* pMsg = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
1128 void CFWL_ListBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
Dfwl_editimp.cpp1816 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
1994 void CFWL_EditImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
2084 void CFWL_EditImpDelegate::OnChar(CFWL_MsgKey* pMsg) { in OnChar()
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h19 class CFWL_MsgKey; variable
210 BEGIN_FWL_MESSAGE_DEF(CFWL_MsgKey, FWL_MSGHASH_Key)
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp60 CFWL_MsgKey* pMsgKey = static_cast<CFWL_MsgKey*>(pMessage); in TranslateAccelerator()
471 bRet = DoKey(static_cast<CFWL_MsgKey*>(pMessage), pMessageForm); in DispatchMessage()
601 FX_BOOL CFWL_NoteDriver::DoKey(CFWL_MsgKey* pMsg, IFWL_Widget* pMessageForm) { in DoKey()
Dfwl_widgetimp.cpp833 void CFWL_WidgetImp::DispatchKeyEvent(CFWL_MsgKey* pNote) { in DispatchKeyEvent()
991 CFWL_MsgKey* pMsgKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h85 FX_BOOL DoKey(CFWL_MsgKey* pMsg, IFWL_Widget* pMessageForm);
Dfwl_widgetimp.h120 void DispatchKeyEvent(CFWL_MsgKey* pNote);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fffield.cpp566 CFWL_MsgKey ms; in OnKeyDown()
579 CFWL_MsgKey ms; in OnKeyUp()
601 CFWL_MsgKey ms; in OnChar()