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

/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.h26 class CFWL_WidgetMgr { class
28 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
29 ~CFWL_WidgetMgr();
H A Dcfwl_widgetmgr.cpp31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) function in class:CFWL_WidgetMgr
41 CFWL_WidgetMgr::~CFWL_WidgetMgr() {}
43 CFWL_Widget* CFWL_WidgetMgr::GetParentWidget(CFWL_Widget* pWidget) const {
48 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(CFWL_Widget* pWidget) const {
53 CFWL_Widget* CFWL_WidgetMgr::GetFirstSiblingWidget(CFWL_Widget* pWidget) const {
64 CFWL_Widget* CFWL_WidgetMgr::GetPriorSiblingWidget(CFWL_Widget* pWidget) const {
69 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const {
74 CFWL_Widget* CFWL_WidgetMgr
[all...]

Completed in 99 milliseconds