Lines Matching refs:notify
64 ConstString replacement, bool notify) { in Append() argument
67 if (notify && m_callback) in Append()
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
77 if (notify && m_callback) in Append()
84 bool notify) { in Insert() argument
93 if (notify && m_callback) in Insert()
99 bool notify) { in Replace() argument
104 if (notify && m_callback) in Replace()
109 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() argument
116 if (notify && m_callback) in Remove()
139 void PathMappingList::Clear(bool notify) { in Clear() argument
143 if (notify && m_callback) in Clear()
246 ConstString new_path, bool notify) { in Replace() argument
251 if (notify && m_callback) in Replace()
258 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove() argument
263 if (notify && m_callback) in Remove()