Searched refs:WatchFileDescriptor (Results 1 - 25 of 42) sorted by path

12

/external/chromium_org/base/
H A Dasync_socket_io_handler_posix.cc92 is_watching_ = base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc354 return MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc659 bool MessageLoopForUI::WatchFileDescriptor( function in class:base::MessageLoopForUI
665 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
703 bool MessageLoopForIO::WatchFileDescriptor(int fd, function in class:base::MessageLoopForIO
708 return ToPumpIO(pump_.get())->WatchFileDescriptor(
H A Dmessage_loop.h561 bool WatchFileDescriptor(
642 bool WatchFileDescriptor(int fd,
H A Dmessage_loop_unittest.cc785 message_loop.WatchFileDescriptor(fd,
810 message_loop.WatchFileDescriptor(fd,
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_io_ios.h38 // Used with WatchFileDescriptor to asynchronously monitor the I/O readiness
51 // Object returned by WatchFileDescriptor to manage further watching.
113 bool WatchFileDescriptor(int fd,
H A Dmessage_pump_io_ios_unittest.cc76 // Test to make sure that we catch calling WatchFileDescriptor off of the
82 ASSERT_DEBUG_DEATH(io_loop()->WatchFileDescriptor(
133 pump->WatchFileDescriptor(pipefds_[1],
154 pump_->WatchFileDescriptor(fd_to_start_watching_,
168 pump->WatchFileDescriptor(pipefds_[1],
179 pump->WatchFileDescriptor(pipefds_[1],
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_pump_libevent.h41 // Used with WatchFileDescriptor to asynchronously monitor the I/O readiness
54 // Object returned by WatchFileDescriptor to manage further watching.
115 bool WatchFileDescriptor(int fd,
H A Dmessage_pump_libevent_unittest.cc74 // Test to make sure that we catch calling WatchFileDescriptor off of the
80 ASSERT_DEATH(io_loop()->WatchFileDescriptor(
137 pump->WatchFileDescriptor(pipefds_[1],
161 pump->WatchFileDescriptor(pipefds_[1],
196 pump->WatchFileDescriptor(pipefds_[1],
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc495 CHECK(MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dunix_domain_socket_acceptor.cc38 base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/chromeos/memory/
H A Dlow_memory_observer.cc75 // Delegate to receive events from WatchFileDescriptor.
158 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbrlapi_connection.cc137 if (!MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc258 base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc482 base::MessageLoopForIO::current()->WatchFileDescriptor(
617 ml->WatchFileDescriptor(socket, true, base::MessageLoopForIO::WATCH_READ,
/external/chromium_org/chrome/common/
H A Dservice_process_util_posix.cc89 *success = base::MessageLoopForIO::current()->WatchFileDescriptor(
96 DLOG(ERROR) << "WatchFileDescriptor";
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.cc125 CHECK(ml->WatchFileDescriptor(
/external/chromium_org/content/browser/
H A Dudev_linux.cc35 bool success = base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/dbus/
H A Dbus.cc75 const bool success = base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/device/hid/
H A Ddevice_monitor_linux.cc54 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
H A Dhid_connection_linux.cc64 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/device/serial/
H A Dserial_io_handler_posix.cc222 is_watching_reads_ = base::MessageLoopForIO::current()->WatchFileDescriptor(
236 base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc350 base::MessageLoopForIO::current()->WatchFileDescriptor(
509 base::MessageLoopForIO::current()->WatchFileDescriptor(
717 base::MessageLoopForIO::current()->WatchFileDescriptor(

Completed in 593 milliseconds

12