Searched refs:OnFocusChanged (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_checkboximp.h54 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_pushbuttonimp.h55 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_spinbuttonimp.h60 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_tooltipctrlimp.h75 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_comboboximp.h197 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
229 void OnFocusChanged(CFWL_MsgKillFocus* pMsg, FX_BOOL bSet);
H A Dfwl_listboximp.h109 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_datetimepickerimp.h220 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_editimp.h192 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
H A Dfwl_monthcalendarimp.h241 void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_spinbuttonimp.cpp207 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
256 void CFWL_SpinButtonImpDelegate::OnFocusChanged(CFWL_Message* pMsg, function in class:CFWL_SpinButtonImpDelegate
H A Dfwl_checkboximp.cpp417 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
464 void CFWL_CheckBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, function in class:CFWL_CheckBoxImpDelegate
H A Dfwl_pushbuttonimp.cpp410 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
459 void CFWL_PushButtonImpDelegate::OnFocusChanged(CFWL_Message* pMsg, function in class:CFWL_PushButtonImpDelegate
H A Dfwl_comboboximp.cpp1370 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
1440 void CFWL_ComboBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, function in class:CFWL_ComboBoxImpDelegate
1763 OnFocusChanged(static_cast<CFWL_MsgKillFocus*>(pMessage),
1859 void CFWL_ComboProxyImpDelegate::OnFocusChanged(CFWL_MsgKillFocus* pMsg, function in class:CFWL_ComboProxyImpDelegate
H A Dfwl_datetimepickerimp.cpp1024 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
1065 void CFWL_DateTimePickerImpDelegate::OnFocusChanged(CFWL_Message* pMsg, function in class:CFWL_DateTimePickerImpDelegate
H A Dfwl_monthcalendarimp.cpp935 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
980 void CFWL_MonthCalendarImpDelegate::OnFocusChanged(CFWL_Message* pMsg, function in class:CFWL_MonthCalendarImpDelegate
H A Dfwl_listboximp.cpp993 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
1048 void CFWL_ListBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet) { function in class:CFWL_ListBoxImpDelegate
H A Dfwl_editimp.cpp1784 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
1880 void CFWL_EditImpDelegate::OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet) { function in class:CFWL_EditImpDelegate

Completed in 287 milliseconds