Searched defs:ReadResponseBody (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h42 * -# Call ReadResponseBody() to stream the data for the response.
165 * ReadResponseBody() is used to read the response body. The size of the
181 int32_t (*ReadResponseBody)(PP_Resource loader, member in struct:PPB_URLLoader_1_0
/external/chromium_org/ppapi/cpp/
H A Durl_loader.cc81 int32_t URLLoader::ReadResponseBody(void* buffer, function in class:pp::URLLoader
86 return get_interface<PPB_URLLoader_1_0>()->ReadResponseBody(
/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc92 int32_t ReadResponseBody(PP_Resource loader, function in namespace:ppapi::thunk::__anon9648
96 VLOG(4) << "PPB_URLLoader::ReadResponseBody()";
100 return enter.SetResult(enter.object()->ReadResponseBody(buffer,
131 &ReadResponseBody,
/external/chromium/net/http/
H A Dhttp_basic_stream.cc69 int HttpBasicStream::ReadResponseBody(IOBuffer* buf, int buf_len, function in class:net::HttpBasicStream
71 return parser_->ReadResponseBody(buf, buf_len, callback);
H A Dhttp_response_body_drainer_unittest.cc104 virtual int ReadResponseBody(IOBuffer* buf, int buf_len,
140 int MockHttpStream::ReadResponseBody( function in class:net::__anon3113::MockHttpStream
H A Dhttp_stream_parser.cc135 int HttpStreamParser::ReadResponseBody(IOBuffer* buf, int buf_len, function in class:net::HttpStreamParser
436 // If the body is 0, the caller may not call ReadResponseBody, which
/external/chromium_org/net/http/
H A Dhttp_basic_stream.cc70 int HttpBasicStream::ReadResponseBody(IOBuffer* buf, int buf_len, function in class:net::HttpBasicStream
72 return parser_->ReadResponseBody(buf, buf_len, callback);
H A Dproxy_connect_redirect_http_stream.cc52 int ProxyConnectRedirectHttpStream::ReadResponseBody( function in class:net::ProxyConnectRedirectHttpStream
H A Dhttp_pipelined_stream.cc66 int HttpPipelinedStream::ReadResponseBody(IOBuffer* buf, int buf_len, function in class:net::HttpPipelinedStream
68 return pipeline_->ReadResponseBody(pipeline_id_, buf, buf_len, callback);
H A Dhttp_response_body_drainer_unittest.cc109 virtual int ReadResponseBody(IOBuffer* buf, int buf_len,
158 int MockHttpStream::ReadResponseBody(IOBuffer* buf, function in class:net::__anon8781::MockHttpStream
258 // call to ReadResponseBody, after all data were returned from HttpStream.
H A Dhttp_pipelined_connection_impl.cc602 int HttpPipelinedConnectionImpl::ReadResponseBody( function in class:net::HttpPipelinedConnectionImpl
608 return stream_info_map_[pipeline_id].parser->ReadResponseBody(
H A Dhttp_stream_parser.cc327 int HttpStreamParser::ReadResponseBody(IOBuffer* buf, int buf_len, function in class:net::HttpStreamParser
592 // If the body is zero length, the caller may not call ReadResponseBody,
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.cc154 int32_t URLLoaderResource::ReadResponseBody( function in class:ppapi::proxy::URLLoaderResource
299 // the initial call to Open, or called ReadResponseBody and got a
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.cc56 void ReadResponseBody();
254 ReadResponseBody();
257 void PepperPortAllocatorSession::ReadResponseBody() { function in class:remoting::__anon9703::PepperPortAllocatorSession
260 int result = relay_url_loader_->ReadResponseBody(
293 ReadResponseBody();
/external/chromium/net/spdy/
H A Dspdy_http_stream.cc104 int SpdyHttpStream::ReadResponseBody( function in class:net::SpdyHttpStream
354 // ReadResponseBody(), therefore user_buffer_ may be NULL. This may often
439 rv = ReadResponseBody(user_buffer_, user_buffer_len_, user_callback_);
/external/chromium_org/net/quic/
H A Dquic_http_stream.cc156 int QuicHttpStream::ReadResponseBody( function in class:net::QuicHttpStream
/external/chromium_org/net/spdy/
H A Dspdy_http_stream.cc122 int SpdyHttpStream::ReadResponseBody( function in class:net::SpdyHttpStream
341 // ReadResponseBody(), therefore user_buffer_ may be NULL. This may often
485 rv = ReadResponseBody(user_buffer_.get(), user_buffer_len_, callback_);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_response_unittest.cc195 void ReadResponseBody(scoped_refptr<IOBuffer> io_buffer, int buf_len) { function in class:appcache::AppCacheResponseTest
473 ReadResponseBody(new IOBuffer(kBlockSize), kBlockSize);
487 ReadResponseBody(new IOBuffer(big_size), big_size);
513 ReadResponseBody(new IOBuffer(kBlockSize), kBlockSize);
527 ReadResponseBody(new IOBuffer(kNumBlocks * kBlockSize),
541 ReadResponseBody(new IOBuffer(kBlockSize), kBlockSize);
590 ReadResponseBody(new IOBuffer(kBlockSize), kBlockSize);
638 ReadResponseBody(new IOBuffer(kBlockSize), kBlockSize);
H A Dappcache_url_request_job_unittest.cc289 void ReadResponseBody(scoped_refptr<IOBuffer> io_buffer, int buf_len) { function in class:appcache::AppCacheURLRequestJobTest

Completed in 390 milliseconds