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

  /external/chromium_org/base/message_loop/
message_pump_io_ios.cc 9 MessagePumpIOSForIO::FileDescriptorWatcher::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* controller
    [all...]
message_pump_io_ios.h 52 class FileDescriptorWatcher {
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,
message_pump_libevent.cc 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
    [all...]
message_pump_libevent.h 55 class FileDescriptorWatcher {
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,
message_loop.h 565 MessagePumpLibevent::FileDescriptorWatcher* controller,
610 typedef MessagePumpIOSForIO::FileDescriptorWatcher
611 FileDescriptorWatcher;
621 typedef MessagePumpLibevent::FileDescriptorWatcher
622 FileDescriptorWatcher;
645 FileDescriptorWatcher *controller,

Completed in 406 milliseconds