Searched refs:read_watcher_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/mojo/system/
H A Draw_channel_posix.cc74 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> read_watcher_; member in class:mojo::system::__anon8274::RawChannelPosix
111 DCHECK(!read_watcher_);
217 read_watcher_.reset();
354 DCHECK(!read_watcher_);
355 read_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher());
360 base::MessageLoopForIO::WATCH_READ, read_watcher_.get(), this)) {
364 read_watcher_.reset();
378 read_watcher_.reset(); // This will stop watching (if necessary).
405 // On failure, |read_watcher_| must have been reset; on success,
413 DCHECK(!read_watcher_ || pending_read
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.h157 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; member in class:extensions::NativeMessageProcessHost
H A Dnative_message_process_host.cc261 base::MessageLoopForIO::WATCH_READ, &read_watcher_, this);
/external/chromium_org/ipc/
H A Dipc_channel_posix.h141 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; member in class:IPC::ChannelPosix
H A Dipc_channel_posix.cc587 read_watcher_.StopWatchingFileDescriptor();
718 pipe_, true, base::MessageLoopForIO::WATCH_READ, &read_watcher_, this);
/external/chromium_org/net/socket/
H A Dtcp_socket_libevent.h193 Watcher read_watcher_; member in class:net::TCPSocketLibevent
H A Dtcp_socket_libevent.cc146 read_watcher_(base::Bind(&TCPSocketLibevent::DidCompleteRead,
378 &read_socket_watcher_, &read_watcher_)) {
H A Dtcp_socket_win.cc188 // |reader_| handles the signals from |read_watcher_|.
193 // |read_watcher_| watches for events from Connect() and Read().
194 base::win::ObjectWatcher read_watcher_; member in class:net::TCPSocketWin::Core
217 read_watcher_.StopWatching();
230 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_);
/external/chromium_org/net/udp/
H A Dudp_socket_libevent.h274 ReadWatcher read_watcher_; member in class:net::UDPSocketLibevent
H A Dudp_socket_libevent.cc74 read_watcher_(this),
184 &read_socket_watcher_, &read_watcher_)) {
H A Dudp_socket_win.cc95 // |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_);

Completed in 867 milliseconds