Home
last modified time | relevance | path

Searched refs:should_notify_observers_ (Results 1 – 6 of 6) 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()
/external/cronet/tot/base/task/sequence_manager/
Dtask_queue_impl.cc262 should_notify_observers_(spec.should_notify_observers), in TaskQueueImpl()
929 DCHECK(should_notify_observers_); in NotifyWillProcessTask()
936 DCHECK(should_notify_observers_); in NotifyDidProcessTask()
1363 DCHECK(should_notify_observers_ || handler.is_null()); in SetOnTaskStartedHandler()
1375 DCHECK(should_notify_observers_ || handler.is_null()); in SetOnTaskCompletedHandler()
1395 DCHECK(should_notify_observers_ && !handler.is_null()); in AddOnTaskPostedHandler()
1414 DCHECK(should_notify_observers_ || logger.is_null()); in SetTaskExecutionTraceLogger()
Dtask_queue_impl.h172 bool GetShouldNotifyObservers() const { return should_notify_observers_; } in GetShouldNotifyObservers()
620 const bool should_notify_observers_; variable
/external/cronet/stable/base/task/sequence_manager/
Dtask_queue_impl.cc262 should_notify_observers_(spec.should_notify_observers), in TaskQueueImpl()
929 DCHECK(should_notify_observers_); in NotifyWillProcessTask()
936 DCHECK(should_notify_observers_); in NotifyDidProcessTask()
1363 DCHECK(should_notify_observers_ || handler.is_null()); in SetOnTaskStartedHandler()
1375 DCHECK(should_notify_observers_ || handler.is_null()); in SetOnTaskCompletedHandler()
1395 DCHECK(should_notify_observers_ && !handler.is_null()); in AddOnTaskPostedHandler()
1414 DCHECK(should_notify_observers_ || logger.is_null()); in SetTaskExecutionTraceLogger()
Dtask_queue_impl.h172 bool GetShouldNotifyObservers() const { return should_notify_observers_; } in GetShouldNotifyObservers()
620 const bool should_notify_observers_; variable