Lines Matching refs:notify
79 bool notify) in Append() argument
83 if (notify && m_callback) in Append()
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) in Append() argument
96 if (notify && m_callback) in Append()
105 bool notify) in Insert() argument
114 if (notify && m_callback) in Insert()
122 bool notify) in Replace() argument
129 if (notify && m_callback) in Replace()
135 PathMappingList::Remove (off_t index, bool notify) in Remove() argument
143 if (notify && m_callback) in Remove()
171 PathMappingList::Clear (bool notify) in Clear() argument
176 if (notify && m_callback) in Clear()
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace() argument
268 if (notify && m_callback) in Replace()
276 PathMappingList::Remove (const ConstString &path, bool notify) in Remove() argument
283 if (notify && m_callback) in Remove()