Home | History | Annotate | Download | only in message_loop

Lines Matching defs:FileDescriptorWatcher

30 // is owned by the FileDescriptorWatcher, and is destroyed in
36 // At the moment bad things happen if a FileDescriptorWatcher
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(
103 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
141 FileDescriptorWatcher *controller,
341 WeakPtr<FileDescriptorWatcher> controller =
342 static_cast<FileDescriptorWatcher*>(context)->weak_factory_.GetWeakPtr();