Searched defs:listenerChain (Results 1 – 1 of 1) sorted by relevance
36 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in RegisterListener() local75 ListenerChain *listenerChain = FindListenerChain(type); in RegisterEventType() local97 NotificationChain::ListenerChain *listenerChain = nullptr; in UnRegisterEventType() local116 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in NotifyEvent() local127 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in EmptyListener() local143 ListenerChain *listenerChain = FindListenerChain(type); in FindAndGetListenerChainLocked() local308 void NotificationChain::Listener::SetOwner(ListenerChain *listenerChain) in SetOwner()