Home | History | Annotate | Download | only in glue

Lines Matching refs:MultipartResponseDelegate

23 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 delegate(&client, NULL, response, "bound");
478 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
500 bool result = MultipartResponseDelegate::ReadMultipartBoundary(
516 result = MultipartResponseDelegate::ReadMultipartBoundary(
531 result = MultipartResponseDelegate::ReadMultipartBoundary(
545 result = MultipartResponseDelegate::ReadMultipartBoundary(
559 result = MultipartResponseDelegate::ReadMultipartBoundary(
576 bool result = MultipartResponseDelegate::ReadContentRanges(
595 result = MultipartResponseDelegate::ReadContentRanges(
612 result = MultipartResponseDelegate::ReadContentRanges(
630 result = MultipartResponseDelegate::ReadContentRanges(
643 MultipartResponseDelegate delegate(&client, NULL, response, "bound");