Searched defs:FileDescriptorWatcher (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios.cc9 MessagePumpIOSForIO::FileDescriptorWatcher::FileDescriptorWatcher() function in class:base::MessagePumpIOSForIO::FileDescriptorWatcher
17 MessagePumpIOSForIO::FileDescriptorWatcher::~FileDescriptorWatcher() {
21 bool MessagePumpIOSForIO::FileDescriptorWatcher::StopWatchingFileDescriptor() {
36 void MessagePumpIOSForIO::FileDescriptorWatcher::Init(
50 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
59 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
78 FileDescriptorWatcher *controller,
175 FileDescriptorWatcher* controlle
[all...]
H A Dmessage_pump_io_ios.h52 class FileDescriptorWatcher { class in class:base::MessagePumpIOSForIO
54 FileDescriptorWatcher();
55 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
90 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
104 // Callers must provide a preallocated FileDescriptorWatcher object which
106 // If a FileDescriptorWatcher is passed in which is already attached to
116 FileDescriptorWatcher *controller,
H A Dmessage_pump_libevent.cc30 // is owned by the FileDescriptorWatcher, and is destroyed in
36 // At the moment bad things happen if a FileDescriptorWatcher
53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() function in class:base::MessagePumpLibevent::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
[all...]
H A Dmessage_pump_libevent.h55 class FileDescriptorWatcher { class in class:base::MessagePumpLibevent
57 FileDescriptorWatcher();
58 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
89 WeakPtrFactory<FileDescriptorWatcher> weak_factory_;
91 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
105 // Callers must provide a preallocated FileDescriptorWatcher object which
107 // If a FileDescriptorWatcher is passed in which is already attached to
118 FileDescriptorWatcher *controller,
H A Dmessage_loop.h565 MessagePumpLibevent::FileDescriptorWatcher* controller,
610 typedef MessagePumpIOSForIO::FileDescriptorWatcher
611 FileDescriptorWatcher; typedef in class:base::MessageLoopForIO
621 typedef MessagePumpLibevent::FileDescriptorWatcher
622 FileDescriptorWatcher; typedef in class:base::MessageLoopForIO
645 FileDescriptorWatcher *controller,

Completed in 126 milliseconds