Searched refs:aNotifyCache (Results 1 – 4 of 4) sorted by relevance
2132 while ( pEditEngine->aNotifyCache.Count() ) in ImplBlockInsertionCallbacks()2134 EENotify* pNotify = pEditEngine->aNotifyCache[0]; in ImplBlockInsertionCallbacks()2136 pEditEngine->aNotifyCache.Remove( 0 ); in ImplBlockInsertionCallbacks()2153 pEditEngine->aNotifyCache.Insert( pNewNotify, pEditEngine->aNotifyCache.Count() ); in IMPL_LINK()
85 NotifyList aNotifyCache; member in OutlinerEditEng
4635 aNotifyCache.Insert( pNewNotify, aNotifyCache.Count() ); in CallNotify()4662 while ( aNotifyCache.Count() ) in LeaveBlockNotifications()4664 EENotify* pNotify = aNotifyCache[0]; in LeaveBlockNotifications()4666 aNotifyCache.Remove( 0 ); in LeaveBlockNotifications()
438 NotifyList aNotifyCache; member in ImpEditEngine
Completed in 81 milliseconds