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

  /external/chromium/chrome/common/net/
test_url_fetcher_factory.h 57 // chunks with the upload_data() accessor.
69 const std::string& upload_data() const { return URLFetcher::upload_data(); } function in class:TestURLFetcher
url_fetcher.cc 540 const std::string& URLFetcher::upload_data() const { function in class:URLFetcher
  /external/chromium/net/http/
http_request_info.h 13 #include "net/base/upload_data.h"
45 scoped_refptr<UploadData> upload_data; member in struct:net::HttpRequestInfo
  /external/chromium/chrome/common/
automation_messages.h 18 #include "net/base/upload_data.h"
191 scoped_refptr<net::UploadData> upload_data,
200 scoped_refptr<net::UploadData> upload_data; member in struct:AutomationURLRequest
  /external/quake/quake/src/QW/client/
cl_parse.c 438 static byte *upload_data; variable
449 if (!upload_data)
455 memcpy(buffer, upload_data + upload_pos, r);
474 free(upload_data);
475 upload_data = 0;
485 if (upload_data)
486 free(upload_data);
490 upload_data = malloc(size);
491 memcpy(upload_data, data, size);
500 if (upload_data)
    [all...]

Completed in 1156 milliseconds