Searched refs:m_pOuter (Results 1 – 7 of 7) sorted by relevance
70 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()
105 CFWL_Widget* GetOuter() const { return m_pOuter; } in GetOuter()167 CFWL_Widget* m_pOuter; variable
41 m_pOuter(pOuter) { in CFWL_Widget()301 if (m_pOuter) { in DispatchEvent()302 m_pOuter->GetDelegate()->OnProcessEvent(pEvent); in DispatchEvent()
37 static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnProcessMessage()
266 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()
468 if (!m_pOuter) { in CalcSize()
766 static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonUp()