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

/external/chromium_org/mojo/system/
H A Draw_channel_posix.cc75 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> read_watcher_; member in class:mojo::system::__anon8860::RawChannelPosix
112 DCHECK(!read_watcher_);
182 read_watcher_.reset();
321 DCHECK(!read_watcher_);
322 read_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher());
330 read_watcher_.get(),
335 read_watcher_.reset();
349 read_watcher_.reset(); // This will stop watching (if necessary).
376 // On failure, |read_watcher_| must have been reset; on success,
384 DCHECK(!read_watcher_ || pending_read
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.h156 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; member in class:extensions::NativeMessageProcessHost
H A Dnative_message_process_host.cc260 base::MessageLoopForIO::WATCH_READ, &read_watcher_, this);
/external/chromium_org/ipc/
H A Dipc_channel_posix.h142 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/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.cc96 // |reader_| handles the signals from |read_watcher_|.
101 // |read_watcher_| watches for events from Read().
102 base::win::ObjectWatcher read_watcher_; member in class:net::UDPSocketWin::Core
122 read_watcher_.StopWatching();
135 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_);
/external/chromium_org/net/socket/
H A Dtcp_socket_win.cc195 // |reader_| handles the signals from |read_watcher_|.
200 // |read_watcher_| watches for events from Connect() and Read().
201 base::win::ObjectWatcher read_watcher_; member in class:net::TCPSocketWin::Core
224 read_watcher_.StopWatching();
237 read_watcher_.StartWatching(read_overlapped_.hEvent, &reader_);

Completed in 205 milliseconds