HomeSort by relevance Sort by last modified time
    Searched refs:MultipartResponseDelegate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/child/
multipart_response_delegate.h 65 class CONTENT_EXPORT MultipartResponseDelegate {
67 MultipartResponseDelegate(blink::WebURLLoaderClient* client,
145 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
multipart_response_delegate_unittest.cc 28 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 delegate(&client, NULL, response, "bound")
    [all...]
multipart_response_delegate.cc 57 MultipartResponseDelegate::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(
web_url_loader_impl.cc 259 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
578 new MultipartResponseDelegate(client_, loader_, response, boundary));
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.h 15 class MultipartResponseDelegate;
86 scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
plugin_url_fetcher.cc 51 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/
webplugin_impl.h 42 class MultipartResponseDelegate;
295 typedef std::map<WebPluginResourceClient*, MultipartResponseDelegate*>
webplugin_impl.cc 112 if (!MultipartResponseDelegate::ReadContentRanges(
    [all...]

Completed in 319 milliseconds