Home
last modified time | relevance | path

Searched refs:m_pListProxyDelegate (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h179 CFWL_ComboProxyImpDelegate* m_pListProxyDelegate; variable
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp898 m_pListProxyDelegate->Reset(); in ShowDropList()
1139 m_pListProxyDelegate = new CFWL_ComboProxyImpDelegate(m_pForm, this); in InitProxyForm()
1140 m_pProxy->SetDelegate(m_pListProxyDelegate); in InitProxyForm()