Home | History | Annotate | Download | only in base

Lines Matching refs:MessagePumpLibevent

22 class MessagePumpLibevent : public MessagePump {
64 friend class MessagePumpLibevent;
66 // Called by MessagePumpLibevent, ownership of |e| is transferred to this
70 // Used by MessagePumpLibevent to take ownership of event_.
73 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
74 MessagePumpLibevent* pump() { return pump_; }
78 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
79 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
83 MessagePumpLibevent* pump_;
95 MessagePumpLibevent();
96 virtual ~MessagePumpLibevent();
161 DISALLOW_COPY_AND_ASSIGN(MessagePumpLibevent);