HomeSort by relevance Sort by last modified time
    Searched defs:MessagePumpLibevent (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/message_loop/
message_pump_libevent.cc 32 // MessagePumpLibevent::WatchFileDescriptor(),
40 // is active after its MessagePumpLibevent has been destroyed.
47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
54 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
64 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
77 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
84 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
92 MessagePumpLibevent*) {
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking
    [all...]
message_pump_libevent.h 22 class BASE_EXPORT MessagePumpLibevent : public MessagePump {
51 friend class MessagePumpLibevent;
54 // Called by MessagePumpLibevent, ownership of |e| is transferred to this
58 // Used by MessagePumpLibevent to take ownership of event_.
61 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
62 MessagePumpLibevent* pump() const { return pump_; }
66 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
67 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
70 MessagePumpLibevent* pump_;
85 MessagePumpLibevent();
    [all...]

Completed in 175 milliseconds