HomeSort by relevance Sort by last modified time
    Searched refs:WrappedIOBuffer (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/base/
io_buffer.h 160 class WrappedIOBuffer : public IOBuffer {
162 explicit WrappedIOBuffer(const char* data)
166 ~WrappedIOBuffer() {
  /external/chromium/net/disk_cache/
sparse_control.cc 298 new net::WrappedIOBuffer(reinterpret_cast<char*>(&sparse_header_));
328 new net::WrappedIOBuffer(reinterpret_cast<char*>(&sparse_header_));
377 scoped_refptr<net::WrappedIOBuffer> buf =
378 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_));
400 scoped_refptr<net::WrappedIOBuffer> buf =
401 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_));
466 scoped_refptr<net::IOBuffer> buf = new net::WrappedIOBuffer(
571 scoped_refptr<net::WrappedIOBuffer> buf =
572 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_));
entry_unittest.cc     [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 475 scoped_refptr<net::WrappedIOBuffer> buf =
476 new net::WrappedIOBuffer(input_->buffer);
754 scoped_refptr<net::WrappedIOBuffer> buf =
755 new net::WrappedIOBuffer(output_->buffer);
  /external/chromium/net/http/
http_cache.cc 274 scoped_refptr<WrappedIOBuffer> data = new WrappedIOBuffer(

Completed in 368 milliseconds