OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
761
bool MessageLoopForIO::
WatchFileDescriptor
(int fd,
766
return pump_io()->
WatchFileDescriptor
(
776
bool MessageLoopForIO::
WatchFileDescriptor
(int fd,
781
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 189 milliseconds