Home | History | Annotate | Download | only in base

Lines Matching refs:MessagePumpLibevent

386   base::MessagePumpLibevent* pump_libevent() {
387 return static_cast<base::MessagePumpLibevent*>(pump_.get());
579 typedef base::MessagePumpLibevent::Watcher Watcher;
580 typedef base::MessagePumpLibevent::FileDescriptorWatcher
582 typedef base::MessagePumpLibevent::IOObserver IOObserver;
585 WATCH_READ = base::MessagePumpLibevent::WATCH_READ,
586 WATCH_WRITE = base::MessagePumpLibevent::WATCH_WRITE,
587 WATCH_READ_WRITE = base::MessagePumpLibevent::WATCH_READ_WRITE
627 // Please see MessagePumpLibevent for definition.
635 base::MessagePumpLibevent* pump_io() {
636 return static_cast<base::MessagePumpLibevent*>(pump_.get());