diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-05-11 20:57:06 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-11 20:57:06 +0000 |
commit | b222dbb346cb5b72c28fb7789613a88f64d9acb6 (patch) | |
tree | e65c23368ec8df98663fb3cead337d496d77d8c8 /xfa/fwl/cfwl_combobox.h | |
parent | d1de2f3227e2f67c873c1e94c88f4d467ff0050e (diff) | |
download | pdfium-b222dbb346cb5b72c28fb7789613a88f64d9acb6.tar.xz |
Inline or renamed more CFWL_ComboBox::DisForm methods.
Change-Id: I0247abb14a68cdb845f4c0060de9d30592a32d3d
Reviewed-on: https://pdfium-review.googlesource.com/32392
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_combobox.h')
-rw-r--r-- | xfa/fwl/cfwl_combobox.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fwl/cfwl_combobox.h b/xfa/fwl/cfwl_combobox.h index 6c70865550..a1666f49b1 100644 --- a/xfa/fwl/cfwl_combobox.h +++ b/xfa/fwl/cfwl_combobox.h @@ -124,11 +124,9 @@ class CFWL_ComboBox : public CFWL_Widget { void InitComboList(); void InitComboEdit(); - bool DisForm_IsDropListVisible() const { + bool IsDropListVisible() const { return !(m_pListBox->GetStates() & FWL_WGTSTATE_Invisible); } - void DisForm_DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix* pMatrix); - void DisForm_OnProcessMessage(CFWL_Message* pMessage); void DisForm_OnLButtonDown(CFWL_MessageMouse* pMsg); void DisForm_OnFocusChanged(CFWL_Message* pMsg, bool bSet); void DisForm_OnKey(CFWL_MessageKey* pMsg); |