Lines Matching refs:notify
63 ConstString replacement, bool notify) { in Append() argument
66 if (notify && m_callback) in Append()
70 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
76 if (notify && m_callback) in Append()
83 bool notify) { in Insert() argument
92 if (notify && m_callback) in Insert()
98 bool notify) { in Replace() argument
103 if (notify && m_callback) in Replace()
108 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() argument
115 if (notify && m_callback) in Remove()
138 void PathMappingList::Clear(bool notify) { in Clear() argument
142 if (notify && m_callback) in Clear()
228 ConstString new_path, bool notify) { in Replace() argument
233 if (notify && m_callback) in Replace()
240 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove() argument
245 if (notify && m_callback) in Remove()