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

  /external/chromium/base/
message_pump_libevent.cc 28 // 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::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking
    [all...]
message_pump_libevent.h 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();
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_libevent.cc 29 // 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::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking
    [all...]
message_pump_libevent.h 24 class BASE_EXPORT MessagePumpLibevent : public MessagePump {
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 258 milliseconds