Searched defs:WatchWritable (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/files/ | ||
D | file_descriptor_watcher_posix_unittest.cc | 119 std::unique_ptr<FileDescriptorWatcher::Controller> WatchWritable() { in WatchWritable() function in base::__anonfcf877d80111::FileDescriptorWatcherTest |
D | file_descriptor_watcher_posix.cc | 212 FileDescriptorWatcher::WatchWritable(int fd, const Closure& callback) { in WatchWritable() function in base::FileDescriptorWatcher |
/external/libbrillo/brillo/http/ | ||
D | http_transport_curl.cc | 51 bool WatchWritable() { in WatchWritable() function in brillo::http::curl::Transport::SocketPollData |
/external/libchrome/base/message_loop/ | ||
D | message_loop_io_posix_unittest.cc | 207 TEST_F(MessageLoopForIoPosixTest, WatchWritable) { in TEST_F() argument |