/external/chromium_org/mojo/system/ |
D | raw_channel_posix.cc | 78 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> read_watcher_; member in mojo::system::__anondfae75b50111::RawChannelPosix 123 DCHECK(!read_watcher_.get()); in ~RawChannelPosix() 130 DCHECK(!read_watcher_.get()); in Init() 131 read_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher()); in Init() 139 base::MessageLoopForIO::WATCH_READ, read_watcher_.get(), this)) { in Init() 143 read_watcher_.reset(); in Init() 165 read_watcher_.reset(); // This will stop watching (if necessary). in Shutdown() 269 if (!read_watcher_.get()) { in OnFileCanReadWithoutBlocking()
|
/external/chromium/net/udp/ |
D | udp_socket_libevent.cc | 35 read_watcher_(this), in UDPSocketLibevent() 148 &read_socket_watcher_, &read_watcher_)) { in RecvFrom()
|
D | udp_socket_libevent.h | 168 ReadWatcher read_watcher_; variable
|
D | udp_socket_win.h | 156 base::win::ObjectWatcher read_watcher_; variable
|
D | udp_socket_win.cc | 70 read_watcher_.StopWatching(); in Close() 330 read_watcher_.StartWatching(read_overlapped_.hEvent, &read_delegate_); in InternalRecvFrom()
|
/external/chromium_org/ipc/ |
D | ipc_channel_posix.h | 126 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; variable
|
D | ipc_channel_posix.cc | 571 read_watcher_.StopWatchingFileDescriptor(); in ResetToAcceptingConnectionState() 702 pipe_, true, base::MessageLoopForIO::WATCH_READ, &read_watcher_, this); in AcceptConnection()
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | native_message_process_host.h | 142 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; variable
|
D | native_message_process_host.cc | 216 &read_watcher_, this); in WaitRead()
|
/external/chromium/net/socket/ |
D | tcp_client_socket_libevent.h | 164 ReadWatcher read_watcher_; variable
|
D | tcp_client_socket_win.cc | 137 base::win::ObjectWatcher read_watcher_; member in net::TCPClientSocketWin::Core 164 read_watcher_.StopWatching(); in ~Core() 177 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_); in WatchForRead()
|
D | tcp_client_socket_libevent.cc | 112 read_watcher_(this), in TCPClientSocketLibevent() 408 &read_socket_watcher_, &read_watcher_)) { in Read()
|
/external/chromium_org/net/socket/ |
D | tcp_socket_libevent.h | 193 Watcher read_watcher_; variable
|
D | tcp_socket_win.cc | 192 base::win::ObjectWatcher read_watcher_; member in net::TCPSocketWin::Core 215 read_watcher_.StopWatching(); in ~Core() 228 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_); in WatchForRead()
|
D | tcp_socket_libevent.cc | 143 read_watcher_(base::Bind(&TCPSocketLibevent::DidCompleteRead, in TCPSocketLibevent() 375 &read_socket_watcher_, &read_watcher_)) { in Read()
|
/external/chromium_org/net/udp/ |
D | udp_socket_libevent.h | 271 ReadWatcher read_watcher_; variable
|
D | udp_socket_win.cc | 101 base::win::ObjectWatcher read_watcher_; member in net::UDPSocketWin::Core 121 read_watcher_.StopWatching(); in ~Core() 134 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_); in WatchForRead()
|
D | udp_socket_libevent.cc | 74 read_watcher_(this), in UDPSocketLibevent() 184 &read_socket_watcher_, &read_watcher_)) { in RecvFrom()
|