Home
last modified time | relevance | path

Searched refs:should_notify_observers_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.h223 bool GetShouldNotifyObservers() const { return should_notify_observers_; } in GetShouldNotifyObservers()
462 const bool should_notify_observers_; variable
Dtask_queue_impl.cc51 should_notify_observers_(spec.should_notify_observers) { in TaskQueueImpl()
567 DCHECK(should_notify_observers_); in NotifyWillProcessTask()
575 DCHECK(should_notify_observers_); in NotifyDidProcessTask()