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