Home
last modified time | relevance | path

Searched refs:ToIOBufferWithSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/base/
Dcompound_buffer.h72 net::IOBufferWithSize* ToIOBufferWithSize() const;
Dcompound_buffer.cc140 net::IOBufferWithSize* CompoundBuffer::ToIOBufferWithSize() const { in ToIOBufferWithSize() function in remoting::CompoundBuffer
Dcompound_buffer_unittest.cc104 scoped_refptr<IOBuffer> buffer_data = buffer.ToIOBufferWithSize(); in CompareData()