Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp32 : CFWL_WidgetImp(properties, pOuter), m_pContent(nullptr) {} in CFWL_PanelImp()
43 if (m_pContent) { in GetWidgetRect()
44 m_pContent->GetWidgetRect(rect, TRUE); in GetWidgetRect()
52 if (m_pContent) { in Update()
66 m_pContent->SetWidgetRect(rtClient); in Update()
67 m_pContent->Update(); in Update()
72 return m_pContent; in GetContent()
77 m_pContent = pContent; in SetContent()
92 IFWL_Content* m_pContent; member in CFWL_CustomPanelImp
99 m_pContent(nullptr), in CFWL_CustomPanelImp()
[all …]
Dfwl_formimp.cpp126 if (m_pContent) { in GetWidgetRect()
127 m_pContent->GetWidgetRect(rect, TRUE); in GetWidgetRect()
729 if (m_pContent) { in Layout()
732 m_pContent->SetWidgetRect(rtClient); in Layout()
733 m_pContent->Update(); in Layout()
1161 if (m_pOwner->m_pContent) { in OnMouseMove()
1324 if (m_pOwner->m_pContent) { in OnMouseMove()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_panelimp.h27 IFWL_Content* m_pContent;