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

  /external/chromium/webkit/glue/
multipart_response_delegate.h 67 class MultipartResponseDelegate {
69 MultipartResponseDelegate(WebKit::WebURLLoaderClient* client,
146 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
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(
  /external/chromium_org/webkit/child/
multipart_response_delegate.h 68 class WEBKIT_CHILD_EXPORT MultipartResponseDelegate {
70 MultipartResponseDelegate(blink::WebURLLoaderClient* client,
148 DISALLOW_COPY_AND_ASSIGN(MultipartResponseDelegate);
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(

Completed in 57 milliseconds