Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_contentimp.cpp15 return static_cast<CFWL_ContentImp*>(GetImpl())->InsertWidget(pChild, nIndex); in InsertWidget()
18 return static_cast<CFWL_ContentImp*>(GetImpl())->RemoveWidget(pWidget); in RemoveWidget()
21 return static_cast<CFWL_ContentImp*>(GetImpl())->RemoveAllWidgets(); in RemoveAllWidgets()
24 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMinSize(fWidth, fHeight); in GetMinSize()
27 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMinSize(fWidth, fHeight); in SetMinSize()
30 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMaxSize(fWidth, fHeight); in GetMaxSize()
33 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMaxSize(fWidth, fHeight); in SetMaxSize()
37 CFWL_ContentImp::CFWL_ContentImp(const CFWL_WidgetImpProperties& properties, in CFWL_ContentImp() function in CFWL_ContentImp
44 CFWL_ContentImp::~CFWL_ContentImp() {} in ~CFWL_ContentImp()
45 FWL_ERR CFWL_ContentImp::InsertWidget(IFWL_Widget* pChild, int32_t nIndex) { in InsertWidget()
[all …]
Dfwl_gridimp.cpp127 : CFWL_ContentImp(properties, pOuter) { in CFWL_GridImp()
171 if (CFWL_ContentImp::Initialize() != FWL_ERR_Succeeded) in Initialize()
177 if (CFWL_ContentImp::Finalize() != FWL_ERR_Succeeded) in Finalize()
254 CFWL_ContentImp::InsertWidget(pChild, nIndex); in InsertWidget()
265 CFWL_ContentImp::RemoveWidget(pWidget); in RemoveWidget()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_contentimp.h11 class CFWL_ContentImp; variable
12 class CFWL_ContentImp : public CFWL_WidgetImp {
14 CFWL_ContentImp(const CFWL_WidgetImpProperties& properties,
17 virtual ~CFWL_ContentImp();
Dfwl_gridimp.h71 class CFWL_GridImp : public CFWL_ContentImp {