Searched refs:MultipartResponseDelegate (Results 1 - 11 of 11) sorted by relevance

/external/chromium/webkit/glue/
H A Dmultipart_response_delegate.h67 class MultipartResponseDelegate { class in namespace:webkit_glue
69 MultipartResponseDelegate(WebKit::WebURLLoaderClient* client,
146 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
H A Dmultipart_response_delegate_unittest.cc23 using webkit_glue::MultipartResponseDelegate;
30 MultipartResponseDelegateTester(MultipartResponseDelegate* delegate)
44 MultipartResponseDelegate* delegate_;
107 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
211 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
234 MultipartResponseDelegate delegate2(&client, NULL, response, "bound");
256 MultipartResponseDelegate delegate3(&client, NULL, response, "bound");
286 MultipartResponseDelegate delegate(&client, NULL, response, "--bound");
335 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
450 MultipartResponseDelegate delegat
[all...]
H A Dmultipart_response_delegate.cc57 MultipartResponseDelegate::MultipartResponseDelegate( function in class:webkit_glue::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(
H A Dweburlloader_impl.cc325 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
586 new MultipartResponseDelegate(client_, loader_, response, boundary));
/external/chromium_org/webkit/child/
H A Dmultipart_response_delegate.h68 class WEBKIT_CHILD_EXPORT MultipartResponseDelegate { class in namespace:webkit_glue
70 MultipartResponseDelegate(WebKit::WebURLLoaderClient* client,
148 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
H A Dmultipart_response_delegate_unittest.cc23 using webkit_glue::MultipartResponseDelegate;
30 MultipartResponseDelegateTester(MultipartResponseDelegate* delegate)
44 MultipartResponseDelegate* delegate_;
107 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
211 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
234 MultipartResponseDelegate delegate2(&client, NULL, response, "bound");
256 MultipartResponseDelegate delegate3(&client, NULL, response, "bound");
286 MultipartResponseDelegate delegate(&client, NULL, response, "--bound");
335 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
450 MultipartResponseDelegate delegat
[all...]
H A Dmultipart_response_delegate.cc57 MultipartResponseDelegate::MultipartResponseDelegate( function in class:webkit_glue::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(
H A Dweburlloader_impl.cc374 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
664 new MultipartResponseDelegate(client_, loader_, response, boundary));
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h42 class MultipartResponseDelegate;
303 webkit_glue::MultipartResponseDelegate*>
H A Dwebplugin_impl.cc82 using webkit_glue::MultipartResponseDelegate;
109 if (!MultipartResponseDelegate::ReadContentRanges(
963 // MultipartResponseDelegate.
970 MultipartResponseDelegate::ReadContentRanges(response,
1054 MultipartResponseDelegate* multi_part_handler = (*index).second;
1336 if (!MultipartResponseDelegate::ReadMultipartBoundary(
1349 MultipartResponseDelegate* multi_part_response_handler =
1350 new MultipartResponseDelegate(multi_part_response_client, NULL,
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.cc23 using webkit_glue::MultipartResponseDelegate;
587 if (!MultipartResponseDelegate::ReadContentRanges(response,

Completed in 677 milliseconds