Home
last modified time | relevance | path

Searched refs:m_pOuter (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp70 return pOwner ? pOwner->TransformTo(m_pOuter, ret) : ret; in ClientToOuter()
124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged()
125 if (pKill->IsFocusedOnWidget(m_pOuter) || in OnDropListFocusChanged()
151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove()
160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown()
165 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonUp()
186 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKey()
211 pKey->SetDstTarget(m_pOuter); in OnDropListKey()
225 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKeyDown()
Dcfwl_widget.h105 CFWL_Widget* GetOuter() const { return m_pOuter; } in GetOuter()
167 CFWL_Widget* m_pOuter; variable
Dcfwl_widget.cpp41 m_pOuter(pOuter) { in CFWL_Widget()
301 if (m_pOuter) { in DispatchEvent()
302 m_pOuter->GetDelegate()->OnProcessEvent(pEvent); in DispatchEvent()
Dcfwl_datetimeedit.cpp37 static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnProcessMessage()
Dcfwl_edit.cpp266 m_pOuter = pOuter; in SetOuter()
753 if (!m_pOuter) { in Layout()
758 } else if (m_pOuter->GetClassID() == FWL_Type::DateTimePicker) { in Layout()
759 part.m_pWidget = m_pOuter; in Layout()
Dcfwl_listbox.cpp468 if (!m_pOuter) { in CalcSize()
Dcfwl_monthcalendar.cpp766 static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonUp()