Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp1033 class CFWL_CustomImp : public CFWL_WidgetImp { class
1035 CFWL_CustomImp(const CFWL_WidgetImpProperties& properties,
1044 CFWL_CustomImp::CFWL_CustomImp(const CFWL_WidgetImpProperties& properties, in CFWL_CustomImp() function in CFWL_CustomImp
1047 FWL_ERR CFWL_CustomImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect()
1054 FWL_ERR CFWL_CustomImp::Update() { in Update()
1060 FWL_ERR CFWL_CustomImp::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()
1069 CFWL_CustomImp* pCustomImpl = new CFWL_CustomImp(properties, pOuter); in Create()
1076 return static_cast<CFWL_CustomImp*>(GetImpl())->SetProxy(pProxy); in SetProxy()