Lines Matching defs:notify
170 const bool notify = false;
171 m_symlink_paths.Clear(notify);
176 m_symlink_paths.Append(symlink.GetPath(), resolved.GetPath(), notify);
247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) {
248 AppendImpl(module_sp, notify);
280 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) {
288 Append(new_module, notify);
334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) {
335 return RemoveImpl(module_sp, notify);
403 if (Remove(*pos, false /* notify */))