Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/core/
Dfwl_widgetmgr.h26 virtual int32_t CountWidgets(IFWL_Widget* pParent = NULL) = 0;
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetmgrimp.h58 int32_t CountWidgets(IFWL_Widget* pParent = NULL) override;
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp59 int32_t CFWL_WidgetMgr::CountWidgets(IFWL_Widget* pParent) { in CountWidgets() function in CFWL_WidgetMgr