HomeSort by relevance Sort by last modified time
    Searched refs:OnFileCanReadWithoutBlocking (Results 26 - 50 of 71) sorted by null

12 3

  /external/chromium_org/content/browser/
udev_linux.cc 54 void UdevLinux::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium_org/ipc/
ipc_channel_factory.cc 46 void ChannelFactory::OnFileCanReadWithoutBlocking(int fd) {
ipc_channel_posix.h 115 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
unix_domain_socket_util_unittest.cc 63 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE {
  /external/chromium_org/net/base/
address_tracker_linux.h 72 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
  /external/chromium_org/net/socket/
stream_listen_socket.h 115 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
tcp_socket_libevent.h 148 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 47 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
audio_pipe_reader.cc 97 void AudioPipeReader::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium_org/base/message_loop/
message_pump_io_ios_unittest.cc 70 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE {}
99 virtual void OnFileCanReadWithoutBlocking(int /* fd */) OVERRIDE {
message_pump_libevent.cc 92 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
99 watcher_->OnFileCanReadWithoutBlocking(fd);
356 controller->OnFileCanReadWithoutBlocking(fd, pump);
  /external/chromium_org/net/udp/
udp_socket_libevent.h 179 virtual void OnFileCanReadWithoutBlocking(int /* fd */) OVERRIDE;
195 virtual void OnFileCanReadWithoutBlocking(int /* fd */) OVERRIDE {}
  /external/chromium/net/base/
listen_socket.h 115 virtual void OnFileCanReadWithoutBlocking(int fd);
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_io_handler_posix.cc 51 void SerialIoHandlerPosix::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium/base/
message_pump_libevent.cc 93 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
96 watcher_->OnFileCanReadWithoutBlocking(fd);
336 controller->OnFileCanReadWithoutBlocking(fd, pump);
  /external/chromium_org/media/base/
user_input_monitor_linux.cc 63 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
222 // Register OnFileCanReadWithoutBlocking() to be called every time there is
243 OnFileCanReadWithoutBlocking(ConnectionNumber(x_record_display_));
278 void UserInputMonitorLinuxCore::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium/chrome/common/
service_process_util_posix.cc 24 void ServiceProcessShutdownMonitor::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.h 75 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 65 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
213 // Register OnFileCanReadWithoutBlocking() to be called every time there is
268 void LocalInputMonitorLinux::Core::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium/chrome/browser/
process_singleton_linux.cc 481 virtual void OnFileCanReadWithoutBlocking(int fd);
539 virtual void OnFileCanReadWithoutBlocking(int fd);
574 void ProcessSingleton::LinuxWatcher::OnFileCanReadWithoutBlocking(int fd) {
669 void ProcessSingleton::LinuxWatcher::SocketReader::OnFileCanReadWithoutBlocking(
    [all...]
  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 180 void TCPServerSocketLibevent::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
brlapi_connection.cc 51 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE {
  /external/chromium_org/chrome/common/
service_process_util_posix.cc 47 void ServiceProcessTerminateMonitor::OnFileCanReadWithoutBlocking(int fd) {
  /external/chromium_org/chromeos/memory/
low_memory_listener.cc 83 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE {
  /external/chromium_org/mojo/system/
raw_channel_posix.cc 50 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
210 void RawChannelPosix::OnFileCanReadWithoutBlocking(int fd) {

Completed in 484 milliseconds

12 3