Searched defs:WatchFileDescriptor (Results 1 - 5 of 5) 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.cc724 bool MessageLoopForIO::WatchFileDescriptor(int fd, function in class:base::MessageLoopForIO
729 return pump_io()->WatchFileDescriptor(
739 bool MessageLoopForIO::WatchFileDescriptor(int fd, function in class:base::MessageLoopForIO
744 return pump_libevent()->WatchFileDescriptor(
/external/chromium/base/
H A Dmessage_pump_libevent.cc28 // MessagePumpLibevent::WatchFileDescriptor(),
133 bool MessagePumpLibevent::WatchFileDescriptor(int fd, function in class:base::MessagePumpLibevent
H A Dmessage_loop.cc718 bool MessageLoopForIO::WatchFileDescriptor(int fd, function in class:MessageLoopForIO
723 return pump_libevent()->WatchFileDescriptor(

Completed in 208 milliseconds