Searched refs:FileDescriptorWatcher (Results 1 - 10 of 10) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent.h54 class FileDescriptorWatcher { class in class:base::MessagePumpLibevent
56 FileDescriptorWatcher();
57 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
92 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
106 // Callers must provide a preallocated FileDescriptorWatcher object which
108 // If a FileDescriptorWatcher is passed in which is already attached to
119 FileDescriptorWatcher *controller,
H A Dmessage_pump_libevent.cc39 // is owned by the FileDescriptorWatcher, and is destroyed in
45 // At the moment bad things happen if a FileDescriptorWatcher
53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() function in class:base::MessagePumpLibevent::FileDescriptorWatcher
60 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
70 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
83 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
90 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
96 void MessagePumpLibevent::FileDescriptorWatcher
[all...]
H A Dmessage_loop.h599 MessagePumpLibevent::FileDescriptorWatcher* controller,
643 typedef MessagePumpIOSForIO::FileDescriptorWatcher
644 FileDescriptorWatcher; typedef in class:base::MessageLoopForIO
654 typedef MessagePumpLibevent::FileDescriptorWatcher
655 FileDescriptorWatcher; typedef in class:base::MessageLoopForIO
678 FileDescriptorWatcher* controller,
H A Dmessage_loop.cc704 MessagePumpLibevent::FileDescriptorWatcher *controller,
749 FileDescriptorWatcher* controller,
H A Dmessage_loop_unittest.cc773 // Simulate a MessageLoop that dies before an FileDescriptorWatcher.
785 MessageLoopForIO::FileDescriptorWatcher controller;
812 MessageLoopForIO::FileDescriptorWatcher controller;
/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.h123 MessageLoopForIO::FileDescriptorWatcher kqueue_watcher_;
/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop.h133 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_;
/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.cc148 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> fd_watcher_;
277 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher);
/external/libbrillo/brillo/http/
H A Dhttp_transport_curl.cc46 base::MessageLoopForIO::FileDescriptorWatcher* GetWatcher() {
82 base::MessageLoopForIO::FileDescriptorWatcher file_descriptor_watcher_;
/external/libchrome/dbus/
H A Dbus.cc93 base::MessagePumpLibevent::FileDescriptorWatcher file_descriptor_watcher_;

Completed in 143 milliseconds