Lines Matching refs:notify
61 bool notify) { in Append() argument
64 if (notify && m_callback) in Append()
68 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
74 if (notify && m_callback) in Append()
80 uint32_t index, bool notify) { in Insert() argument
89 if (notify && m_callback) in Insert()
94 uint32_t index, bool notify) { in Replace() argument
99 if (notify && m_callback) in Replace()
104 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() argument
111 if (notify && m_callback) in Remove()
134 void PathMappingList::Clear(bool notify) { in Clear() argument
138 if (notify && m_callback) in Clear()
228 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()