Searched defs:MessagePumpLibevent (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_libevent.cc28 // MessagePumpLibevent::WatchFileDescriptor(),
36 // is active after its MessagePumpLibevent has been destroyed.
52 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
59 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
65 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
78 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e,
87 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
93 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
94 int fd, MessagePumpLibevent* pump) {
100 void MessagePumpLibevent
107 MessagePumpLibevent::MessagePumpLibevent() function in class:base::MessagePumpLibevent
[all...]
H A Dmessage_pump_libevent.h22 class MessagePumpLibevent : public MessagePump { class in namespace:base
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();
[all...]

Completed in 42 milliseconds