Searched refs:ShouldNotify (Results 1 – 3 of 3) sorted by relevance
64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop()109 if (stop_info_sp->ShouldNotify(event_ptr)) { in ShouldStop()159 if (stop_info_sp->ShouldNotify(event_ptr)) in ShouldStop()
4651 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function