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

  /external/libchrome/base/message_loop/
message_pump_libevent.cc 33 // is owned by the FileDescriptorWatcher, and is destroyed in
39 // At the moment bad things happen if a FileDescriptorWatcher
47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
54 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
64 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
77 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
84 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking
    [all...]
message_pump_libevent.h 38 class FileDescriptorWatcher {
40 FileDescriptorWatcher();
41 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
76 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
90 // Callers must provide a preallocated FileDescriptorWatcher object which
92 // If a FileDescriptorWatcher is passed in which is already attached to
103 FileDescriptorWatcher *controller,
message_loop.h 610 MessagePumpLibevent::FileDescriptorWatcher* controller,
656 typedef MessagePumpIOSForIO::FileDescriptorWatcher
657 FileDescriptorWatcher;
666 typedef MessagePumpLibevent::FileDescriptorWatcher
667 FileDescriptorWatcher;
686 FileDescriptorWatcher* controller,

Completed in 333 milliseconds