Searched refs:MessagePumpLibevent (Results 1 – 5 of 5) sorted by relevance
47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() in FileDescriptorWatcher()54 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() { in ~FileDescriptorWatcher()64 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()77 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) { in Init()84 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() { in ReleaseEvent()90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()92 MessagePumpLibevent*) { in OnFileCanReadWithoutBlocking() argument100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()102 MessagePumpLibevent*) { in OnFileCanWriteWithoutBlocking() argument107 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent[all …]
22 class BASE_EXPORT MessagePumpLibevent : public MessagePump {51 friend class MessagePumpLibevent;61 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump()62 MessagePumpLibevent* pump() const { return pump_; } in pump()66 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);67 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);70 MessagePumpLibevent* pump_;85 MessagePumpLibevent();86 ~MessagePumpLibevent() override;153 DISALLOW_COPY_AND_ASSIGN(MessagePumpLibevent);
609 MessagePumpLibevent::Mode mode,610 MessagePumpLibevent::FileDescriptorWatcher* controller,611 MessagePumpLibevent::Watcher* delegate);665 typedef MessagePumpLibevent::Watcher Watcher;666 typedef MessagePumpLibevent::FileDescriptorWatcher670 WATCH_READ = MessagePumpLibevent::WATCH_READ,671 WATCH_WRITE = MessagePumpLibevent::WATCH_WRITE,672 WATCH_READ_WRITE = MessagePumpLibevent::WATCH_READ_WRITE
99 typedef MessagePumpLibevent MessagePumpForIO;218 typedef MessagePumpLibevent MessagePumpForUI; in CreateMessagePumpForType()728 MessagePumpLibevent::Mode mode, in WatchFileDescriptor()729 MessagePumpLibevent::FileDescriptorWatcher *controller, in WatchFileDescriptor()730 MessagePumpLibevent::Watcher *delegate) { in WatchFileDescriptor()731 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()
40 class Watch : public base::MessagePumpLibevent::Watcher {94 base::MessagePumpLibevent::FileDescriptorWatcher file_descriptor_watcher_;