Lines Matching refs:pump_
139 DCHECK((pump_ && current() == this) || (!pump_ && current() != this)); in ~MessageLoop()
290 DCHECK(pump_); in Run()
296 DCHECK(pump_); in RunUntilIdle()
313 pump_->Quit(); in QuitNow()
336 pump_->ScheduleWork(); in SetNestableTasksAllowed()
404 DCHECK(!pump_); in BindToCurrentThread()
406 pump_ = pump_factory_.Run(); in BindToCurrentThread()
408 pump_ = CreateMessagePumpForType(type_); in BindToCurrentThread()
443 static_cast<MessagePumpForUI*>(pump_.get())-> in RunHandler()
449 pump_->Run(this); in RunHandler()
556 pump_->ScheduleWork(); in ScheduleWork()
604 pump_->ScheduleDelayedWork(pending_task.delayed_run_time); in DoWork()
652 pump_->Quit(); in DoIdleWork()
689 static_cast<MessagePumpForUI*>(pump_.get())->Start(this); in Start()
695 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()
706 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()
725 ToPumpIO(pump_.get())->AddIOObserver(io_observer); in AddIOObserver()
730 ToPumpIO(pump_.get())->RemoveIOObserver(io_observer); in RemoveIOObserver()
735 ToPumpIO(pump_.get())->RegisterIOHandler(file, handler); in RegisterIOHandler()
739 return ToPumpIO(pump_.get())->RegisterJobObject(job, handler); in RegisterJobObject()
743 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
751 return ToPumpIO(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()