Lines Matching refs:pOuter
23 CFWL_Widget* pOuter) in CFWL_ComboList() argument
24 : CFWL_ListBox(app, std::move(properties), pOuter) { in CFWL_ComboList()
25 ASSERT(pOuter); in CFWL_ComboList()
124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged() local
126 pKill->IsFocusedOnWidget(pOuter->GetComboEdit())) { in OnDropListFocusChanged()
127 pOuter->ShowDropList(false); in OnDropListFocusChanged()
151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove() local
152 pOuter->GetDelegate()->OnProcessMessage(pMsg); in OnDropListMouseMove()
160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown() local
161 pOuter->ShowDropList(false); in OnDropListLButtonDown()
165 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonUp() local
168 pOuter->GetDelegate()->OnProcessMessage(pMsg); in OnDropListLButtonUp()
178 pOuter->ShowDropList(false); in OnDropListLButtonUp()
182 pOuter->ProcessSelChanged(true); in OnDropListLButtonUp()
186 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKey() local
193 pOuter->ShowDropList(false); in OnDropListKey()
199 pOuter->ProcessSelChanged(false); in OnDropListKey()
212 pOuter->GetDelegate()->OnProcessMessage(pKey); in OnDropListKey()
225 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKeyDown() local
226 CFWL_ListItem* hItem = GetItem(this, pOuter->GetCurrentSelection()); in OnDropListKeyDown()