HomeSort by relevance Sort by last modified time
    Searched refs:IFWL_Proxy (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/include/fwl/core/
fwl_panel.h 35 FWL_ERR SetProxy(IFWL_Proxy* pProxy);
fwl_widget.h 16 class IFWL_Proxy;
98 FWL_ERR SetProxy(IFWL_Proxy* pProxy);
103 class IFWL_Proxy {
105 virtual ~IFWL_Proxy() {}
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 89 FWL_ERR SetProxy(IFWL_Proxy* pProxy);
93 IFWL_Proxy* m_pProxy;
124 FWL_ERR CFWL_CustomPanelImp::SetProxy(IFWL_Proxy* pProxy) {
146 FWL_ERR IFWL_CustomPanel::SetProxy(IFWL_Proxy* pProxy) {
fwl_widgetimp.cpp     [all...]

Completed in 376 milliseconds