Lines Matching refs:notify
67 const ConstString &replacement, bool notify) { in Append() argument
70 if (notify && m_callback) in Append()
74 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
80 if (notify && m_callback) in Append()
87 bool notify) { in Insert() argument
96 if (notify && m_callback) in Insert()
102 bool notify) { in Replace() argument
107 if (notify && m_callback) in Replace()
112 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() argument
119 if (notify && m_callback) in Remove()
142 void PathMappingList::Clear(bool notify) { in Clear() argument
146 if (notify && m_callback) in Clear()
230 const ConstString &new_path, bool notify) { in Replace() argument
235 if (notify && m_callback) in Replace()
242 bool PathMappingList::Remove(const ConstString &path, bool notify) { in Remove() argument
247 if (notify && m_callback) in Remove()