Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h16 class IFWL_Proxy; variable
98 FWL_ERR SetProxy(IFWL_Proxy* pProxy);
103 class IFWL_Proxy {
105 virtual ~IFWL_Proxy() {} in ~IFWL_Proxy()
Dfwl_panel.h35 FWL_ERR SetProxy(IFWL_Proxy* pProxy);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp89 FWL_ERR SetProxy(IFWL_Proxy* pProxy);
93 IFWL_Proxy* m_pProxy;
124 FWL_ERR CFWL_CustomPanelImp::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()
146 FWL_ERR IFWL_CustomPanel::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()
Dfwl_widgetimp.cpp1039 virtual FWL_ERR SetProxy(IFWL_Proxy* pProxy);
1042 IFWL_Proxy* m_pProxy;
1060 FWL_ERR CFWL_CustomImp::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()
1075 FWL_ERR IFWL_Custom::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()