Searched refs:FileDescriptorWatcher (Results 1 – 11 of 11) sorted by relevance
47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() in FileDescriptorWatcher() function in base::MessagePumpLibevent::FileDescriptorWatcher54 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()100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()137 FileDescriptorWatcher *controller, in WatchFileDescriptor()324 FileDescriptorWatcher* controller = in OnLibeventNotification()325 static_cast<FileDescriptorWatcher*>(context); in OnLibeventNotification()
38 class FileDescriptorWatcher {40 FileDescriptorWatcher();41 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.76 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);103 FileDescriptorWatcher *controller,
610 MessagePumpLibevent::FileDescriptorWatcher* controller,656 typedef MessagePumpIOSForIO::FileDescriptorWatcher657 FileDescriptorWatcher; typedef666 typedef MessagePumpLibevent::FileDescriptorWatcher667 FileDescriptorWatcher; typedef686 FileDescriptorWatcher* controller,
729 MessagePumpLibevent::FileDescriptorWatcher *controller, in WatchFileDescriptor()765 FileDescriptorWatcher* controller, in WatchFileDescriptor()
712 MessageLoopForIO::FileDescriptorWatcher controller; in TEST()739 MessageLoopForIO::FileDescriptorWatcher controller; in TEST()
213 read_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in StartOnIOThread()214 write_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in StartOnIOThread()488 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> read_watcher_;489 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> write_watcher_;
123 MessageLoopForIO::FileDescriptorWatcher kqueue_watcher_;
148 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> fd_watcher_;281 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in ResetImpl()
137 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_;
46 base::MessageLoopForIO::FileDescriptorWatcher* GetWatcher() { in GetWatcher()82 base::MessageLoopForIO::FileDescriptorWatcher file_descriptor_watcher_;
94 base::MessagePumpLibevent::FileDescriptorWatcher file_descriptor_watcher_;