Home
last modified time | relevance | path

Searched refs:read_watcher_ (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/mojo/system/
Draw_channel_posix.cc78 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/
Dudp_socket_libevent.cc35 read_watcher_(this), in UDPSocketLibevent()
148 &read_socket_watcher_, &read_watcher_)) { in RecvFrom()
Dudp_socket_libevent.h168 ReadWatcher read_watcher_; variable
Dudp_socket_win.h156 base::win::ObjectWatcher read_watcher_; variable
Dudp_socket_win.cc70 read_watcher_.StopWatching(); in Close()
330 read_watcher_.StartWatching(read_overlapped_.hEvent, &read_delegate_); in InternalRecvFrom()
/external/chromium_org/ipc/
Dipc_channel_posix.h126 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; variable
Dipc_channel_posix.cc571 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/
Dnative_message_process_host.h142 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; variable
Dnative_message_process_host.cc216 &read_watcher_, this); in WaitRead()
/external/chromium/net/socket/
Dtcp_client_socket_libevent.h164 ReadWatcher read_watcher_; variable
Dtcp_client_socket_win.cc137 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()
Dtcp_client_socket_libevent.cc112 read_watcher_(this), in TCPClientSocketLibevent()
408 &read_socket_watcher_, &read_watcher_)) { in Read()
/external/chromium_org/net/socket/
Dtcp_socket_libevent.h193 Watcher read_watcher_; variable
Dtcp_socket_win.cc192 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()
Dtcp_socket_libevent.cc143 read_watcher_(base::Bind(&TCPSocketLibevent::DidCompleteRead, in TCPSocketLibevent()
375 &read_socket_watcher_, &read_watcher_)) { in Read()
/external/chromium_org/net/udp/
Dudp_socket_libevent.h271 ReadWatcher read_watcher_; variable
Dudp_socket_win.cc101 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()
Dudp_socket_libevent.cc74 read_watcher_(this), in UDPSocketLibevent()
184 &read_socket_watcher_, &read_watcher_)) { in RecvFrom()