Home | History | Annotate | Download | only in cros

Lines Matching refs:notify_task_

2122         notify_task_(NULL) {
3832 if (notify_task_) {
3833 notify_task_->Cancel();
3834 notify_task_ = NULL;
3841 notify_task_ = NewRunnableMethod(
3843 BrowserThread::PostDelayedTask(BrowserThread::UI, FROM_HERE, notify_task_,
3849 notify_task_ = NULL;
4315 CancelableTask* notify_task_;