Home
last modified time | relevance | path

Searched refs:m_pProxy (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp93 IFWL_Proxy* m_pProxy; member in CFWL_CustomPanelImp
100 m_pProxy(nullptr) {} in CFWL_CustomPanelImp()
103 if (bAutoSize && m_pProxy && in GetWidgetRect()
104 (m_pProxy->GetWidgetRect(rect, bAutoSize) == FWL_ERR_Succeeded)) { in GetWidgetRect()
110 if (m_pProxy) { in Update()
111 return m_pProxy->Update(); in Update()
125 m_pProxy = pProxy; in SetProxy()
Dfwl_widgetimp.cpp1042 IFWL_Proxy* m_pProxy; member in CFWL_CustomImp
1046 : CFWL_WidgetImp(properties, pOuter), m_pProxy(NULL) {} in CFWL_CustomImp()
1048 if (m_pProxy && in GetWidgetRect()
1049 (m_pProxy->GetWidgetRect(rect, bAutoSize) == FWL_ERR_Succeeded)) { in GetWidgetRect()
1055 if (m_pProxy) { in Update()
1056 return m_pProxy->Update(); in Update()
1061 m_pProxy = pProxy; in SetProxy()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h178 CFWL_FormProxyImp* m_pProxy; variable
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1137 m_pProxy = static_cast<CFWL_FormProxyImp*>(m_pForm->GetImpl()); in InitProxyForm()
1140 m_pProxy->SetDelegate(m_pListProxyDelegate); in InitProxyForm()