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

/external/chromium_org/content/child/
H A Dmultipart_response_delegate.h65 class CONTENT_EXPORT MultipartResponseDelegate { class in namespace:content
67 MultipartResponseDelegate(blink::WebURLLoaderClient* client,
145 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
H A Dmultipart_response_delegate_unittest.cc28 MultipartResponseDelegateTester(MultipartResponseDelegate* delegate)
42 MultipartResponseDelegate* delegate_;
104 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
208 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
231 MultipartResponseDelegate delegate2(&client, NULL, response, "bound");
253 MultipartResponseDelegate delegate3(&client, NULL, response, "bound");
283 MultipartResponseDelegate delegate(&client, NULL, response, "--bound");
332 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
447 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
475 MultipartResponseDelegate delegat
[all...]
H A Dmultipart_response_delegate.cc57 MultipartResponseDelegate::MultipartResponseDelegate( function in class:content::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 Dweb_url_loader_impl.cc259 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
578 new MultipartResponseDelegate(client_, loader_, response, boundary));
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.h15 class MultipartResponseDelegate;
86 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
H A Dplugin_url_fetcher.cc51 if (!MultipartResponseDelegate::ReadContentRanges(response,
252 if (MultipartResponseDelegate::ReadMultipartBoundary(
259 multipart_delegate_.reset(new MultipartResponseDelegate(
263 // MultipartResponseDelegate.
271 MultipartResponseDelegate::ReadContentRanges(
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h42 class MultipartResponseDelegate;
295 typedef std::map<WebPluginResourceClient*, MultipartResponseDelegate*>
H A Dwebplugin_impl.cc112 if (!MultipartResponseDelegate::ReadContentRanges(
981 // MultipartResponseDelegate.
988 MultipartResponseDelegate::ReadContentRanges(response,
1074 MultipartResponseDelegate* multi_part_handler = (*index).second;
1397 if (!MultipartResponseDelegate::ReadMultipartBoundary(
1407 MultipartResponseDelegate* multi_part_response_handler =
1408 new MultipartResponseDelegate(multi_part_response_client, NULL,

Completed in 2199 milliseconds