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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp 15 return static_cast<CFWL_ContentImp*>(GetImpl())->InsertWidget(pChild, nIndex);
18 return static_cast<CFWL_ContentImp*>(GetImpl())->RemoveWidget(pWidget);
21 return static_cast<CFWL_ContentImp*>(GetImpl())->RemoveAllWidgets();
24 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMinSize(fWidth, fHeight);
27 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMinSize(fWidth, fHeight);
30 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMaxSize(fWidth, fHeight);
33 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMaxSize(fWidth, fHeight);
37 CFWL_ContentImp::CFWL_ContentImp(const CFWL_WidgetImpProperties& properties,
44 CFWL_ContentImp::~CFWL_ContentImp() {}
    [all...]
fwl_gridimp.cpp 127 : CFWL_ContentImp(properties, pOuter) {
171 if (CFWL_ContentImp::Initialize() != FWL_ERR_Succeeded)
177 if (CFWL_ContentImp::Finalize() != FWL_ERR_Succeeded)
254 CFWL_ContentImp::InsertWidget(pChild, nIndex);
265 CFWL_ContentImp::RemoveWidget(pWidget);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_contentimp.h 11 class CFWL_ContentImp;
12 class CFWL_ContentImp : public CFWL_WidgetImp {
14 CFWL_ContentImp(const CFWL_WidgetImpProperties& properties,
17 virtual ~CFWL_ContentImp();
fwl_gridimp.h 71 class CFWL_GridImp : public CFWL_ContentImp {

Completed in 3736 milliseconds