/external/chromium_org/mojo/system/ |
raw_channel_posix.cc | 78 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> read_watcher_; member in class:mojo::system::__anon8759::RawChannelPosix 123 DCHECK(!read_watcher_.get()); 130 DCHECK(!read_watcher_.get()); 131 read_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher()); 139 base::MessageLoopForIO::WATCH_READ, read_watcher_.get(), this)) { 143 read_watcher_.reset(); 165 read_watcher_.reset(); // This will stop watching (if necessary). 269 if (!read_watcher_.get()) {
|
/external/chromium_org/ipc/ |
ipc_channel_posix.h | 126 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; member in class:IPC::Channel::ChannelImpl
|
ipc_channel_posix.cc | 571 read_watcher_.StopWatchingFileDescriptor(); 702 pipe_, true, base::MessageLoopForIO::WATCH_READ, &read_watcher_, this); [all...] |
/external/chromium/net/socket/ |
tcp_client_socket_libevent.h | 164 ReadWatcher read_watcher_; member in class:net::TCPClientSocketLibevent
|
tcp_client_socket_win.cc | 131 // |reader_| handles the signals from |read_watcher_|. 136 // |read_watcher_| watches for events from Connect() and Read(). 137 base::win::ObjectWatcher read_watcher_; member in class:net::TCPClientSocketWin::Core 164 read_watcher_.StopWatching(); 177 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_);
|
tcp_client_socket_libevent.cc | 112 read_watcher_(this), 408 &read_socket_watcher_, &read_watcher_)) {
|
/external/chromium/net/udp/ |
udp_socket_libevent.h | 168 ReadWatcher read_watcher_; member in class:net::UDPSocketLibevent
|
udp_socket_win.h | 156 base::win::ObjectWatcher read_watcher_; member in class:net::UDPSocketWin
|
udp_socket_libevent.cc | 35 read_watcher_(this), 148 &read_socket_watcher_, &read_watcher_)) {
|
udp_socket_win.cc | 70 read_watcher_.StopWatching(); 330 read_watcher_.StartWatching(read_overlapped_.hEvent, &read_delegate_);
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_message_process_host.h | 142 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; member in class:extensions::NativeMessageProcessHost
|
native_message_process_host.cc | 216 &read_watcher_, this);
|
/external/chromium_org/net/socket/ |
tcp_socket_libevent.h | 193 Watcher read_watcher_; member in class:net::TCPSocketLibevent
|
tcp_socket_libevent.cc | 143 read_watcher_(base::Bind(&TCPSocketLibevent::DidCompleteRead, 375 &read_socket_watcher_, &read_watcher_)) {
|
tcp_socket_win.cc | 186 // |reader_| handles the signals from |read_watcher_|. 191 // |read_watcher_| watches for events from Connect() and Read(). 192 base::win::ObjectWatcher read_watcher_; member in class:net::TCPSocketWin::Core 215 read_watcher_.StopWatching(); 228 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_);
|
/external/chromium_org/net/udp/ |
udp_socket_libevent.h | 271 ReadWatcher read_watcher_; member in class:net::UDPSocketLibevent
|
udp_socket_libevent.cc | 74 read_watcher_(this), 184 &read_socket_watcher_, &read_watcher_)) {
|
udp_socket_win.cc | 95 // |reader_| handles the signals from |read_watcher_|. 100 // |read_watcher_| watches for events from Read(). 101 base::win::ObjectWatcher read_watcher_; member in class:net::UDPSocketWin::Core 121 read_watcher_.StopWatching(); 134 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_);
|