HomeSort by relevance Sort by last modified time
    Searched defs:WrappedChannelElementReader (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/cronet/android/
wrapped_channel_upload_element_reader.cc 14 WrappedChannelElementReader::WrappedChannelElementReader(
20 WrappedChannelElementReader::~WrappedChannelElementReader() {
23 int WrappedChannelElementReader::Init(const net::CompletionCallback& callback) {
28 uint64 WrappedChannelElementReader::GetContentLength() const {
32 uint64 WrappedChannelElementReader::BytesRemaining() const {
36 bool WrappedChannelElementReader::IsInMemory() const {
40 int WrappedChannelElementReader::Read(net::IOBuffer* buf,
wrapped_channel_upload_element_reader.h 24 class WrappedChannelElementReader : public net::UploadElementReader {
26 WrappedChannelElementReader(
29 virtual ~WrappedChannelElementReader();
45 DISALLOW_COPY_AND_ASSIGN(WrappedChannelElementReader);

Completed in 181 milliseconds