Searched refs:MessagePumpIOSForIO (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios_unittest.cc46 MessagePumpIOSForIO::HandleFdIOEvent(watcher->fdref_,
63 // Concrete implementation of MessagePumpIOSForIO::Watcher that does
65 class StupidWatcher : public MessagePumpIOSForIO::Watcher {
69 // base:MessagePumpIOSForIO::Watcher interface
79 MessagePumpIOSForIO::FileDescriptorWatcher watcher;
90 class BaseWatcher : public MessagePumpIOSForIO::Watcher {
92 BaseWatcher(MessagePumpIOSForIO::FileDescriptorWatcher* controller)
98 // MessagePumpIOSForIO::Watcher interface
108 MessagePumpIOSForIO::FileDescriptorWatcher* controller_;
114 MessagePumpIOSForIO
[all...]
H A Dmessage_pump_io_ios.h21 class BASE_EXPORT MessagePumpIOSForIO : public MessagePumpNSRunLoop { class in namespace:base
65 friend class MessagePumpIOSForIO;
68 // Called by MessagePumpIOSForIO, ownership of |fdref| and |fd_source|
75 void set_pump(base::WeakPtr<MessagePumpIOSForIO> pump) { pump_ = pump; }
76 const base::WeakPtr<MessagePumpIOSForIO>& pump() const { return pump_; }
80 void OnFileCanReadWithoutBlocking(int fd, MessagePumpIOSForIO* pump);
81 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpIOSForIO* pump);
87 base::WeakPtr<MessagePumpIOSForIO> pump_;
99 MessagePumpIOSForIO();
100 virtual ~MessagePumpIOSForIO();
[all...]
H A Dmessage_pump_io_ios.cc9 MessagePumpIOSForIO::FileDescriptorWatcher::FileDescriptorWatcher()
17 MessagePumpIOSForIO::FileDescriptorWatcher::~FileDescriptorWatcher() {
21 bool MessagePumpIOSForIO::FileDescriptorWatcher::StopWatchingFileDescriptor() {
36 void MessagePumpIOSForIO::FileDescriptorWatcher::Init(
50 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
52 MessagePumpIOSForIO* pump) {
59 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
61 MessagePumpIOSForIO* pump) {
68 MessagePumpIOSForIO::MessagePumpIOSForIO() function in class:base::MessagePumpIOSForIO
[all...]
H A Dmessage_loop.h607 typedef MessagePumpIOSForIO::Watcher Watcher;
608 typedef MessagePumpIOSForIO::FileDescriptorWatcher
610 typedef MessagePumpIOSForIO::IOObserver IOObserver;
613 WATCH_READ = MessagePumpIOSForIO::WATCH_READ,
614 WATCH_WRITE = MessagePumpIOSForIO::WATCH_WRITE,
615 WATCH_READ_WRITE = MessagePumpIOSForIO::WATCH_READ_WRITE
639 // Please see MessagePumpIOSForIO/MessagePumpLibevent for definition.
H A Dmessage_loop.cc102 typedef MessagePumpIOSForIO MessagePumpForIO;

Completed in 114 milliseconds