Searched defs:OnFileCanReadWithoutBlocking (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
H A Dcrash_handler_host_linux_stub.cc20 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) { function in class:CrashHandlerHostLinux
H A Dcrash_handler_host_linux.cc112 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) { function in class:CrashHandlerHostLinux
H A Dprocess_singleton_linux.cc481 virtual void OnFileCanReadWithoutBlocking(int fd);
539 virtual void OnFileCanReadWithoutBlocking(int fd);
574 void ProcessSingleton::LinuxWatcher::OnFileCanReadWithoutBlocking(int fd) { function in class:ProcessSingleton::LinuxWatcher
669 void ProcessSingleton::LinuxWatcher::SocketReader::OnFileCanReadWithoutBlocking( function in class:ProcessSingleton::LinuxWatcher::SocketReader
/external/chromium/chrome/common/
H A Dservice_process_util_posix.cc24 void ServiceProcessShutdownMonitor::OnFileCanReadWithoutBlocking(int fd) { function in class:ServiceProcessShutdownMonitor
/external/chromium/net/base/
H A Dnetwork_change_notifier_linux.cc32 virtual void OnFileCanReadWithoutBlocking(int fd);
89 void NetworkChangeNotifierLinux::Thread::OnFileCanReadWithoutBlocking(int fd) { function in class:net::NetworkChangeNotifierLinux::Thread
H A Dlisten_socket.cc302 void ListenSocket::OnFileCanReadWithoutBlocking(int fd) { function in class:ListenSocket
/external/chromium/net/socket/
H A Dtcp_server_socket_libevent.cc180 void TCPServerSocketLibevent::OnFileCanReadWithoutBlocking(int fd) { function in class:net::TCPServerSocketLibevent
H A Dtcp_client_socket_libevent.h84 virtual void OnFileCanReadWithoutBlocking(int /* fd */) { function in class:net::TCPClientSocketLibevent::ReadWatcher
103 virtual void OnFileCanReadWithoutBlocking(int /* fd */) {} function in class:net::TCPClientSocketLibevent::WriteWatcher
/external/chromium/net/udp/
H A Dudp_socket_libevent.h105 virtual void OnFileCanReadWithoutBlocking(int /* fd */) { function in class:net::UDPSocketLibevent::ReadWatcher
124 virtual void OnFileCanReadWithoutBlocking(int /* fd */) {} function in class:net::UDPSocketLibevent::WriteWatcher
/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc51 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
338 void FilePathWatcherImpl::OnFileCanReadWithoutBlocking(int fd) { function in class:base::files::__anon1096::FilePathWatcherImpl
/external/chromium/base/
H A Dmessage_pump_libevent.cc93 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( function in class:base::MessagePumpLibevent::FileDescriptorWatcher
96 watcher_->OnFileCanReadWithoutBlocking(fd);
336 controller->OnFileCanReadWithoutBlocking(fd, pump);

Completed in 1378 milliseconds