Lines Matching refs:m_pMouseDownEntry
128 ,m_pMouseDownEntry( NULL ) in OCreationList()
141 if ( m_pMouseDownEntry ) in Paint()
148 if ( m_pMouseDownEntry ) in Paint()
161 bool bIsMouseDownEntry = ( _pEntry == m_pMouseDownEntry ); in PreparePaint()
237 m_pMouseDownEntry = NULL; in ModelHasCleared()
258 DBG_ASSERT( !m_pMouseDownEntry, "OCreationList::MouseButtonDown: I missed some mouse event!" ); in MouseButtonDown()
259 m_pMouseDownEntry = GetCurEntry(); in MouseButtonDown()
260 if ( m_pMouseDownEntry ) in MouseButtonDown()
262 InvalidateEntry( m_pMouseDownEntry ); in MouseButtonDown()
277 if ( m_pMouseDownEntry ) in MouseMove()
281 if ( pEntry == m_pMouseDownEntry ) in MouseMove()
283 setCurrentEntryInvalidate( m_pMouseDownEntry ); in MouseMove()
287 DBG_ASSERT( ( GetCurEntry() == m_pMouseDownEntry ) || !GetCurEntry(), in MouseMove()
297 if ( !m_pMouseDownEntry ) in MouseMove()
312 if ( pEntry && ( m_pMouseDownEntry == pEntry ) ) in MouseButtonUp()
318 if ( m_pMouseDownEntry ) in MouseButtonUp()
323 InvalidateEntry( m_pMouseDownEntry ); in MouseButtonUp()
324 m_pMouseDownEntry = NULL; in MouseButtonUp()