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

  /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();
  /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...]

Completed in 42 milliseconds