Searched defs:CFWL_WidgetMgr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.h27 class CFWL_WidgetMgr : public CFWL_WidgetMgrDelegate { class in inherits:CFWL_WidgetMgrDelegate
29 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
30 ~CFWL_WidgetMgr();
H A Dcfwl_widgetmgr.cpp31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) function in class:CFWL_WidgetMgr
40 CFWL_WidgetMgr::~CFWL_WidgetMgr() {}
42 CFWL_Widget* CFWL_WidgetMgr::GetParentWidget(CFWL_Widget* pWidget) const {
47 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(CFWL_Widget* pWidget) const {
52 CFWL_Widget* CFWL_WidgetMgr::GetFirstSiblingWidget(CFWL_Widget* pWidget) const {
63 CFWL_Widget* CFWL_WidgetMgr::GetPriorSiblingWidget(CFWL_Widget* pWidget) const {
68 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const {
73 CFWL_Widget* CFWL_WidgetMgr
[all...]

Completed in 55 milliseconds