/external/chromium_org/webkit/child/ |
D | multipart_response_delegate_unittest.cc | 23 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 …]
|
D | multipart_response_delegate.cc | 57 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()
|
D | multipart_response_delegate.h | 68 class WEBKIT_CHILD_EXPORT MultipartResponseDelegate { 70 MultipartResponseDelegate(blink::WebURLLoaderClient* client, 148 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
|
D | weburlloader_impl.cc | 265 scoped_ptr<MultipartResponseDelegate> multipart_delegate_; 556 new MultipartResponseDelegate(client_, loader_, response, boundary)); in OnReceivedResponse()
|
/external/chromium/webkit/glue/ |
D | multipart_response_delegate_unittest.cc | 23 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 …]
|
D | multipart_response_delegate.cc | 57 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()
|
D | multipart_response_delegate.h | 67 class MultipartResponseDelegate { 69 MultipartResponseDelegate(WebKit::WebURLLoaderClient* client, 146 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
|
D | weburlloader_impl.cc | 325 scoped_ptr<MultipartResponseDelegate> multipart_delegate_; 586 new MultipartResponseDelegate(client_, loader_, response, boundary)); in OnReceivedResponse()
|
/external/chromium_org/content/child/npapi/ |
D | plugin_url_fetcher.cc | 45 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()
|
D | plugin_url_fetcher.h | 15 class MultipartResponseDelegate; variable 79 scoped_ptr<webkit_glue::MultipartResponseDelegate> multipart_delegate_;
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.cc | 87 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()
|
D | webplugin_impl.h | 42 class MultipartResponseDelegate; variable 303 webkit_glue::MultipartResponseDelegate*>
|
/external/chromium/webkit/glue/media/ |
D | buffered_resource_loader.cc | 23 using webkit_glue::MultipartResponseDelegate; 587 if (!MultipartResponseDelegate::ReadContentRanges(response, in VerifyPartialResponse()
|