Home
last modified time | relevance | path

Searched refs:m_pComboBox (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_comboboxproxy.cpp26 m_pComboBox(pComboBox) {} in CFWL_ComboBoxProxy()
63 m_pComboBox->DrawStretchHandler(pGraphics, &matrix); in OnDrawWidget()
80 m_pComboBox->ShowDropList(false); in OnLButtonDown()
100 m_pComboBox->IsDropListVisible()) { in OnLButtonUp()
101 m_pComboBox->ShowDropList(false); in OnLButtonUp()
111 m_pComboBox->ShowDropList(false); in OnFocusChanged()
Dcfwl_comboboxproxy.h38 CFWL_ComboBox* m_pComboBox; variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box_embeddertest.cpp68 m_pComboBox = static_cast<CPWL_ComboBox*>(pWindow); in FormFillerAndWindowSetup()
80 CPWL_ComboBox* GetCPWLComboBox() const { return m_pComboBox; } in GetCPWLComboBox()
92 CPWL_ComboBox* m_pComboBox; member in CPWLComboBoxEditEmbeddertest