HomeSort by relevance Sort by last modified time
    Searched defs:WatchFileDescriptor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/message_loop/
message_pump_io_ios.cc 74 bool MessagePumpIOSForIO::WatchFileDescriptor(
85 // WatchFileDescriptor should be called on the pump thread. It is not
message_pump_libevent.cc 29 // MessagePumpLibevent::WatchFileDescriptor(),
138 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
147 // WatchFileDescriptor should be called on the pump thread. It is not
message_loop.cc 682 bool MessageLoopForUI::WatchFileDescriptor(
688 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
726 bool MessageLoopForIO::WatchFileDescriptor(int fd,
731 return ToPumpIO(pump_.get())->WatchFileDescriptor(

Completed in 1683 milliseconds