Home
last modified time | relevance | path

Searched refs:PendingDataQueue (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/websockets/
Dwebsocket_frame_handler.h67 typedef std::deque< scoped_refptr<IOBufferWithSize> > PendingDataQueue; typedef
75 PendingDataQueue pending_buffers_;
Dwebsocket.h160 typedef std::deque< scoped_refptr<IOBufferWithSize> > PendingDataQueue; typedef
214 PendingDataQueue pending_write_bufs_;
/external/chromium/net/socket_stream/
Dsocket_stream.h162 typedef std::deque< scoped_refptr<IOBufferWithSize> > PendingDataQueue; typedef
324 PendingDataQueue pending_write_bufs_;
Dsocket_stream.cc159 for (PendingDataQueue::const_iterator iter = pending_write_bufs_.begin(); in SendData()