Home | History | Annotate | Download | only in base

Lines Matching refs:FileDescriptorWatcher

29 // is owned by the FileDescriptorWatcher, and is destroyed in
35 // At the moment bad things happen if a FileDescriptorWatcher
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(
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
136 FileDescriptorWatcher *controller,
327 FileDescriptorWatcher* controller =
328 static_cast<FileDescriptorWatcher*>(context);