HomeSort by relevance Sort by last modified time
    Searched defs:MessagePumpIOSForIO (Results 1 - 2 of 2) 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(
52 MessagePumpIOSForIO* pump) {
59 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
61 MessagePumpIOSForIO* pump) {
68 MessagePumpIOSForIO::MessagePumpIOSForIO() : weak_factory_(this)
    [all...]
message_pump_io_ios.h 21 class BASE_EXPORT MessagePumpIOSForIO : public MessagePumpNSRunLoop {
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...]

Completed in 43 milliseconds