Searched refs:IFWL_Custom (Results 1 – 2 of 2) sorted by relevance
15 class IFWL_Custom; variable93 class IFWL_Custom : public IFWL_Widget {95 static IFWL_Custom* Create(const CFWL_WidgetImpProperties& properties,101 IFWL_Custom();
1066 IFWL_Custom* IFWL_Custom::Create(const CFWL_WidgetImpProperties& properties, in Create()1068 IFWL_Custom* pCustom = new IFWL_Custom; in Create()1074 IFWL_Custom::IFWL_Custom() {} in IFWL_Custom() function in IFWL_Custom1075 FWL_ERR IFWL_Custom::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()