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

/external/pdfium/xfa/fwl/
H A Dcfwl_widget.h43 class CFWL_Widget;
49 class CFWL_Widget : public IFWL_WidgetDelegate { class in inherits:IFWL_WidgetDelegate
51 ~CFWL_Widget() override;
77 void SetParent(CFWL_Widget* pParent);
79 CFWL_Widget* GetOwner() { return m_pWidgetMgr->GetOwnerWidget(this); }
80 CFWL_Widget* GetOuter() const { return m_pOuter; }
93 CFX_PointF TransformTo(CFWL_Widget* pWidget, const CFX_PointF& point);
117 CFWL_Widget(const CFWL_App* app,
119 CFWL_Widget* pOuter);
141 void RegisterEventTarget(CFWL_Widget* pEventSourc
[all...]
H A Dcfwl_widget.cpp38 CFWL_Widget::CFWL_Widget(const CFWL_App* app, function in class:CFWL_Widget
40 CFWL_Widget* pOuter)
51 CFWL_Widget* pParent = m_pProperties->m_pParent;
56 CFWL_Widget* pOwner = m_pProperties->m_pOwner;
61 CFWL_Widget::~CFWL_Widget() {
66 bool CFWL_Widget::IsInstance(const CFX_WideStringC& wsClass) const {
70 CFX_RectF CFWL_Widget::GetAutosizedWidgetRect() {
74 CFX_RectF CFWL_Widget
[all...]

Completed in 86 milliseconds