Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc209 if (body_handle_.is_valid()) { in OnComplete()
231 MojoResult result = body_handle_->BeginReadData(&buffer, &read_bytes, in OnBodyReadable()
240 body_handle_.reset(); in OnBodyReadable()
248 body_handle_.reset(); in OnBodyReadable()
263 body_handle_->EndReadData(read_bytes); in OnBodyReadable()
270 DCHECK(!body_handle_); in OnStartLoadingResponseBody()
271 body_handle_ = std::move(response_body); in OnStartLoadingResponseBody()
274 body_handle_.get(), in OnStartLoadingResponseBody()
334 mojo::ScopedDataPipeConsumerHandle body_handle_; member in CefRenderURLRequest::Context