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

/external/chromium_org/base/message_loop/
H A Dmessage_pump_libevent.cc29 // MessagePumpLibevent::WatchFileDescriptor(),
37 // is active after its MessagePumpLibevent has been destroyed.
53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
60 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
66 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
79 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
86 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
92 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
93 int fd, MessagePumpLibevent* pump) {
103 void MessagePumpLibevent
111 MessagePumpLibevent::MessagePumpLibevent() function in class:base::MessagePumpLibevent
[all...]
H A Dmessage_pump_libevent.h24 class BASE_EXPORT MessagePumpLibevent : public MessagePump { class in namespace:base
68 friend class MessagePumpLibevent;
71 // Called by MessagePumpLibevent, ownership of |e| is transferred to this
75 // Used by MessagePumpLibevent to take ownership of event_.
78 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
79 MessagePumpLibevent* pump() const { return pump_; }
83 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
84 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
87 MessagePumpLibevent* pump_;
100 MessagePumpLibevent();
[all...]

Completed in 648 milliseconds