Home | History | Annotate | Download | only in Core

Lines Matching full:m_notifier

34     m_notifier(NULL)
53 m_notifier(notifier)
86 if (use_notifier && m_notifier)
87 m_notifier->ModuleAdded(*this, module_sp);
170 if (use_notifier && m_notifier)
171 m_notifier->ModuleRemoved(*this, module_sp);
184 if (use_notifier && m_notifier)
185 m_notifier->ModuleRemoved(*this, module_sp);
201 if (m_notifier)
202 m_notifier->ModuleUpdated(*this, old_module_sp,new_module_sp);
293 if (use_notifier && m_notifier)
294 m_notifier->WillClearList(*this);