HomeSort by relevance Sort by last modified time
    Searched defs:FileDescriptorWatcher (Results 1 - 6 of 6) 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,
  /external/chromium/base/
message_pump_libevent.cc 29 // is owned by the FileDescriptorWatcher, and is destroyed in
35 // At the moment bad things happen if a FileDescriptorWatcher
52 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
59 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
65 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
78 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e,
87 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
93 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking
    [all...]
message_pump_libevent.h 51 class FileDescriptorWatcher {
53 FileDescriptorWatcher();
54 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
86 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
100 // Callers must provide a preallocated FileDescriptorWatcher object which
102 // If a FileDescriptorWatcher is passed in which is already attached to
112 FileDescriptorWatcher *controller,

Completed in 368 milliseconds