Searched defs:WatchFileDescriptor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios.cc74 bool MessagePumpIOSForIO::WatchFileDescriptor( function in class:base::MessagePumpIOSForIO
85 // WatchFileDescriptor should be called on the pump thread. It is not
H A Dmessage_pump_libevent.cc29 // MessagePumpLibevent::WatchFileDescriptor(),
138 bool MessagePumpLibevent::WatchFileDescriptor(int fd, function in class:base::MessagePumpLibevent
147 // WatchFileDescriptor should be called on the pump thread. It is not
H A Dmessage_loop.cc659 bool MessageLoopForUI::WatchFileDescriptor( function in class:base::MessageLoopForUI
665 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
703 bool MessageLoopForIO::WatchFileDescriptor(int fd, function in class:base::MessageLoopForIO
708 return ToPumpIO(pump_.get())->WatchFileDescriptor(

Completed in 203 milliseconds