Home
last modified time | relevance | path

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

/external/chromium_org/webkit/child/
Dmultipart_response_delegate_unittest.cc23 using webkit_glue::MultipartResponseDelegate;
30 MultipartResponseDelegateTester(MultipartResponseDelegate* delegate) in MultipartResponseDelegateTester()
44 MultipartResponseDelegate* delegate_;
107 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in TEST()
211 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in TEST()
234 MultipartResponseDelegate delegate2(&client, NULL, response, "bound"); in TEST()
256 MultipartResponseDelegate delegate3(&client, NULL, response, "bound"); in TEST()
286 MultipartResponseDelegate delegate(&client, NULL, response, "--bound"); in TEST()
335 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in VariousChunkSizesTest()
450 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in TEST()
[all …]
Dmultipart_response_delegate.cc57 MultipartResponseDelegate::MultipartResponseDelegate( in MultipartResponseDelegate() function in webkit_glue::MultipartResponseDelegate
79 void MultipartResponseDelegate::OnReceivedData(const char* data, in OnReceivedData()
188 void MultipartResponseDelegate::OnCompletedRequest() { in OnCompletedRequest()
200 int MultipartResponseDelegate::PushOverLine(const std::string& data, in PushOverLine()
211 bool MultipartResponseDelegate::ParseHeaders() { in ParseHeaders()
282 size_t MultipartResponseDelegate::FindBoundary() { in FindBoundary()
298 bool MultipartResponseDelegate::ReadMultipartBoundary( in ReadMultipartBoundary()
326 bool MultipartResponseDelegate::ReadContentRanges( in ReadContentRanges()
Dmultipart_response_delegate.h68 class WEBKIT_CHILD_EXPORT MultipartResponseDelegate {
70 MultipartResponseDelegate(blink::WebURLLoaderClient* client,
148 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
Dweburlloader_impl.cc265 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
556 new MultipartResponseDelegate(client_, loader_, response, boundary)); in OnReceivedResponse()
/external/chromium/webkit/glue/
Dmultipart_response_delegate_unittest.cc23 using webkit_glue::MultipartResponseDelegate;
30 MultipartResponseDelegateTester(MultipartResponseDelegate* delegate) in MultipartResponseDelegateTester()
44 MultipartResponseDelegate* delegate_;
107 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in TEST()
211 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in TEST()
234 MultipartResponseDelegate delegate2(&client, NULL, response, "bound"); in TEST()
256 MultipartResponseDelegate delegate3(&client, NULL, response, "bound"); in TEST()
286 MultipartResponseDelegate delegate(&client, NULL, response, "--bound"); in TEST()
335 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in VariousChunkSizesTest()
450 MultipartResponseDelegate delegate(&client, NULL, response, "bound"); in TEST()
[all …]
Dmultipart_response_delegate.cc57 MultipartResponseDelegate::MultipartResponseDelegate( in MultipartResponseDelegate() function in webkit_glue::MultipartResponseDelegate
79 void MultipartResponseDelegate::OnReceivedData(const char* data, in OnReceivedData()
188 void MultipartResponseDelegate::OnCompletedRequest() { in OnCompletedRequest()
200 int MultipartResponseDelegate::PushOverLine(const std::string& data, in PushOverLine()
211 bool MultipartResponseDelegate::ParseHeaders() { in ParseHeaders()
282 size_t MultipartResponseDelegate::FindBoundary() { in FindBoundary()
298 bool MultipartResponseDelegate::ReadMultipartBoundary( in ReadMultipartBoundary()
326 bool MultipartResponseDelegate::ReadContentRanges( in ReadContentRanges()
Dmultipart_response_delegate.h67 class MultipartResponseDelegate {
69 MultipartResponseDelegate(WebKit::WebURLLoaderClient* client,
146 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
Dweburlloader_impl.cc325 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
586 new MultipartResponseDelegate(client_, loader_, response, boundary)); in OnReceivedResponse()
/external/chromium_org/content/child/npapi/
Dplugin_url_fetcher.cc45 if (!webkit_glue::MultipartResponseDelegate::ReadContentRanges( in didReceiveResponse()
224 if (webkit_glue::MultipartResponseDelegate::ReadMultipartBoundary( in OnReceivedResponse()
231 multipart_delegate_.reset(new webkit_glue::MultipartResponseDelegate( in OnReceivedResponse()
243 webkit_glue::MultipartResponseDelegate::ReadContentRanges( in OnReceivedResponse()
Dplugin_url_fetcher.h15 class MultipartResponseDelegate; variable
79 scoped_ptr<webkit_glue::MultipartResponseDelegate> multipart_delegate_;
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc87 using webkit_glue::MultipartResponseDelegate;
112 if (!MultipartResponseDelegate::ReadContentRanges( in didReceiveResponse()
970 MultipartResponseDelegate::ReadContentRanges(response, in didReceiveResponse()
1056 MultipartResponseDelegate* multi_part_handler = (*index).second; in didReceiveData()
1375 if (!MultipartResponseDelegate::ReadMultipartBoundary( in HandleHttpMultipartResponse()
1385 MultipartResponseDelegate* multi_part_response_handler = in HandleHttpMultipartResponse()
1386 new MultipartResponseDelegate(multi_part_response_client, NULL, in HandleHttpMultipartResponse()
Dwebplugin_impl.h42 class MultipartResponseDelegate; variable
303 webkit_glue::MultipartResponseDelegate*>
/external/chromium/webkit/glue/media/
Dbuffered_resource_loader.cc23 using webkit_glue::MultipartResponseDelegate;
587 if (!MultipartResponseDelegate::ReadContentRanges(response, in VerifyPartialResponse()