HomeSort by relevance Sort by last modified time
    Searched defs:WatchFileDescriptor (Results 1 - 5 of 5) 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 724 bool MessageLoopForIO::WatchFileDescriptor(int fd,
729 return pump_io()->WatchFileDescriptor(
739 bool MessageLoopForIO::WatchFileDescriptor(int fd,
744 return pump_libevent()->WatchFileDescriptor(
  /external/chromium/base/
message_pump_libevent.cc 28 // MessagePumpLibevent::WatchFileDescriptor(),
133 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
message_loop.cc 718 bool MessageLoopForIO::WatchFileDescriptor(int fd,
723 return pump_libevent()->WatchFileDescriptor(

Completed in 407 milliseconds