Lines Matching refs:pump_
144 DCHECK((pump_ && current() == this) || (!pump_ && current() != this)); in ~MessageLoop()
293 DCHECK(pump_); in Run()
299 DCHECK(pump_); in RunUntilIdle()
316 pump_->Quit(); in QuitNow()
339 pump_->ScheduleWork(); in SetNestableTasksAllowed()
406 DCHECK(!pump_); in BindToCurrentThread()
408 pump_ = pump_factory_.Run(); in BindToCurrentThread()
410 pump_ = CreateMessagePumpForType(type_); in BindToCurrentThread()
457 pump_->Run(this); in RunHandler()
565 pump_->ScheduleWork(); in ScheduleWork()
570 return pump_->WasSignaled(); in MessagePumpWasSignaled()
625 pump_->ScheduleDelayedWork(delayed_run_time); in DoWork()
674 pump_->Quit(); in DoIdleWork()
714 static_cast<MessagePumpForUI*>(pump_.get())->Start(this); in Start()
720 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()
731 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()
751 ToPumpIO(pump_.get())->RegisterIOHandler(file, handler); in RegisterIOHandler()
755 return ToPumpIO(pump_.get())->RegisterJobObject(job, handler); in RegisterJobObject()
759 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
767 return ToPumpIO(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()