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

  /external/chromium_org/content/child/
multipart_response_delegate.h 65 class CONTENT_EXPORT MultipartResponseDelegate {
67 MultipartResponseDelegate(blink::WebURLLoaderClient* client,
145 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
multipart_response_delegate.cc 57 MultipartResponseDelegate::MultipartResponseDelegate(
79 void MultipartResponseDelegate::OnReceivedData(const char* data,
188 void MultipartResponseDelegate::OnCompletedRequest() {
200 int MultipartResponseDelegate::PushOverLine(const std::string& data,
211 bool MultipartResponseDelegate::ParseHeaders() {
282 size_t MultipartResponseDelegate::FindBoundary() {
298 bool MultipartResponseDelegate::ReadMultipartBoundary(
326 bool MultipartResponseDelegate::ReadContentRanges(

Completed in 85 milliseconds