diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-05-11 21:06:07 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-11 21:06:07 +0000 |
commit | 626a093f5fded0e120de2343431c2ddfd14b957b (patch) | |
tree | 951cd051f8dbb5ce06ec82de8d0e7886ce762788 /xfa/fwl/cfwl_combobox.h | |
parent | 69594dd17edac7fbd2ac57f9eec24d54f676b8bc (diff) | |
download | pdfium-626a093f5fded0e120de2343431c2ddfd14b957b.tar.xz |
Rename last CFWL_ComboBox::DisForm* methods.chromium/3428
Change-Id: Id70a0c068f565ab87d10d021803a29a56ea92d67
Reviewed-on: https://pdfium-review.googlesource.com/32411
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_combobox.h')
-rw-r--r-- | xfa/fwl/cfwl_combobox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fwl/cfwl_combobox.h b/xfa/fwl/cfwl_combobox.h index 500c166cc3..93084dfdf0 100644 --- a/xfa/fwl/cfwl_combobox.h +++ b/xfa/fwl/cfwl_combobox.h @@ -120,9 +120,9 @@ class CFWL_ComboBox : public CFWL_Widget { bool IsDropListVisible() const { return !(m_pListBox->GetStates() & FWL_WGTSTATE_Invisible); } - void DisForm_OnLButtonDown(CFWL_MessageMouse* pMsg); - void DisForm_OnFocusChanged(CFWL_Message* pMsg, bool bSet); - void DisForm_OnKey(CFWL_MessageKey* pMsg); + void OnLButtonDown(CFWL_MessageMouse* pMsg); + void OnFocusChanged(CFWL_Message* pMsg, bool bSet); + void OnKey(CFWL_MessageKey* pMsg); CFX_RectF m_rtClient; CFX_RectF m_rtContent; |