HomeSort by relevance Sort by last modified time
    Searched full:upload_content (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/google_apis/drive/
drive_api_requests.cc 136 std::string* upload_content) {
165 base::JSONWriter::Write(&root, upload_content);
167 << *upload_content << "]"; local
206 std::string* upload_content) {
237 base::JSONWriter::Write(&root, upload_content);
239 << *upload_content << "]"; local
266 std::string* upload_content) {
290 base::JSONWriter::Write(&root, upload_content);
292 << *upload_content << "]"; local
494 std::string* upload_content) {
502 << *upload_content << "]"; local
581 << *upload_content << "]"; local
651 << ", [" << *upload_content << "]"; local
    [all...]
drive_api_requests.h 240 std::string* upload_content) OVERRIDE;
311 std::string* upload_content) OVERRIDE;
364 std::string* upload_content) OVERRIDE;
680 std::string* upload_content) OVERRIDE;
762 std::string* upload_content) OVERRIDE;
820 std::string* upload_content) OVERRIDE;
    [all...]
base_requests.cc 256 std::string upload_content; local
257 if (GetContentData(&upload_content_type, &upload_content)) {
258 url_fetcher_->SetUploadData(upload_content_type, upload_content);
298 std::string* upload_content) {
base_requests.h 148 // Returns true if |upload_content_type| and |upload_content| are updated
152 std::string* upload_content);
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 29 const std::string& upload_content) {
30 core_->SetUploadData(upload_content_type, upload_content);
url_fetcher_impl.h 41 const std::string& upload_content) OVERRIDE;
test_url_fetcher_factory.cc 61 const std::string& upload_content) {
62 upload_data_ = upload_content;
url_fetcher_core.cc 138 const std::string& upload_content) {
145 // Empty |upload_content_type| is allowed iff the |upload_content| is empty.
146 DCHECK(upload_content.empty() || !upload_content_type.empty());
149 upload_content_ = upload_content;
url_fetcher.h 137 // |upload_content| is the data to be sent (the Content-Length header value
140 const std::string& upload_content) = 0;
url_fetcher_core.h 65 const std::string& upload_content);
test_url_fetcher_factory.h 91 const std::string& upload_content) OVERRIDE;
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 52 const std::string& upload_content) OVERRIDE {
59 base::JSONReader::Read(upload_content,
79 net::TestURLFetcher::SetUploadData(upload_content_type, upload_content);
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl.cc 200 const std::string upload_content(memory->front_as<char>(), memory->size());
201 fetcher_->SetUploadData(kContentType, upload_content);
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 1777 std::string upload_content; local
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 1357 milliseconds