OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upload_content_type
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/net/url_request/
url_fetcher_impl.h
38
virtual void SetUploadData(const std::string&
upload_content_type
,
41
const std::string&
upload_content_type
,
47
const std::string&
upload_content_type
) OVERRIDE;
url_fetcher_impl.cc
28
void URLFetcherImpl::SetUploadData(const std::string&
upload_content_type
,
30
core_->SetUploadData(
upload_content_type
, upload_content);
34
const std::string&
upload_content_type
,
39
core_->SetUploadFilePath(
upload_content_type
,
test_url_fetcher_factory.cc
57
void TestURLFetcher::SetUploadData(const std::string&
upload_content_type
,
63
const std::string&
upload_content_type
,
71
void TestURLFetcher::SetChunkedUpload(const std::string&
upload_content_type
) {
url_fetcher.h
130
// |
upload_content_type
| is the MIME type of the content, while
133
virtual void SetUploadData(const std::string&
upload_content_type
,
138
// |
upload_content_type
| is the MIME type of the content, while
145
const std::string&
upload_content_type
,
154
virtual void SetChunkedUpload(const std::string&
upload_content_type
) = 0;
url_fetcher_core.cc
132
void URLFetcherCore::SetUploadData(const std::string&
upload_content_type
,
140
// Empty |
upload_content_type
| is allowed iff the |upload_content| is empty.
141
DCHECK(upload_content.empty() || !
upload_content_type
.empty());
143
upload_content_type_ =
upload_content_type
;
149
const std::string&
upload_content_type
,
161
DCHECK(!
upload_content_type
.empty());
163
upload_content_type_ =
upload_content_type
;
url_fetcher_core.h
64
void SetUploadData(const std::string&
upload_content_type
,
66
void SetUploadFilePath(const std::string&
upload_content_type
,
71
void SetChunkedUpload(const std::string&
upload_content_type
);
test_url_fetcher_factory.h
90
virtual void SetUploadData(const std::string&
upload_content_type
,
93
const std::string&
upload_content_type
,
99
const std::string&
upload_content_type
) OVERRIDE;
/external/chromium_org/google_apis/drive/
gdata_wapi_requests.cc
303
bool CreateDirectoryRequest::GetContentData(std::string*
upload_content_type
,
305
upload_content_type
->assign("application/atom+xml");
323
DVLOG(1) << "CreateDirectory data: " << *
upload_content_type
<< ", ["
360
bool RenameResourceRequest::GetContentData(std::string*
upload_content_type
,
362
upload_content_type
->assign("application/atom+xml");
373
DVLOG(1) << "RenameResourceRequest data: " << *
upload_content_type
<< ", ["
407
bool AuthorizeAppRequest::GetContentData(std::string*
upload_content_type
,
409
upload_content_type
->assign("application/atom+xml");
420
DVLOG(1) << "AuthorizeAppRequest data: " << *
upload_content_type
<< ", ["
456
std::string*
upload_content_type
, std::string* upload_content)
[
all
...]
drive_api_requests.cc
175
bool FilesInsertRequest::GetContentData(std::string*
upload_content_type
,
177
*
upload_content_type
= kContentTypeApplicationJson;
198
DVLOG(1) << "FilesInsert data: " << *
upload_content_type
<< ", ["
239
bool FilesPatchRequest::GetContentData(std::string*
upload_content_type
,
247
*
upload_content_type
= kContentTypeApplicationJson;
272
DVLOG(1) << "FilesPatch data: " << *
upload_content_type
<< ", ["
301
bool FilesCopyRequest::GetContentData(std::string*
upload_content_type
,
306
*
upload_content_type
= kContentTypeApplicationJson;
327
DVLOG(1) << "FilesCopy data: " << *
upload_content_type
<< ", ["
529
bool ChildrenInsertRequest::GetContentData(std::string*
upload_content_type
,
[
all
...]
base_requests.cc
253
std::string
upload_content_type
;
local
255
if (GetContentData(&
upload_content_type
, &upload_content)) {
256
url_fetcher_->SetUploadData(
upload_content_type
, upload_content);
262
&
upload_content_type
)) {
264
upload_content_type
,
295
bool UrlFetchRequestBase::GetContentData(std::string*
upload_content_type
,
303
std::string*
upload_content_type
) {
699
std::string*
upload_content_type
) {
708
*
upload_content_type
= content_type_;
gdata_wapi_requests.h
208
virtual bool GetContentData(std::string*
upload_content_type
,
237
virtual bool GetContentData(std::string*
upload_content_type
,
265
virtual bool GetContentData(std::string*
upload_content_type
,
296
virtual bool GetContentData(std::string*
upload_content_type
,
358
virtual bool GetContentData(std::string*
upload_content_type
,
395
virtual bool GetContentData(std::string*
upload_content_type
,
drive_api_requests.h
125
virtual bool GetContentData(std::string*
upload_content_type
,
194
virtual bool GetContentData(std::string*
upload_content_type
,
247
virtual bool GetContentData(std::string*
upload_content_type
,
533
virtual bool GetContentData(std::string*
upload_content_type
,
603
virtual bool GetContentData(std::string*
upload_content_type
,
base_requests.h
156
// Returns true if |
upload_content_type
| and |upload_content| are updated
159
virtual bool GetContentData(std::string*
upload_content_type
,
170
std::string*
upload_content_type
);
435
std::string*
upload_content_type
) OVERRIDE;
/external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc
101
void PrivetURLFetcher::SetUploadData(const std::string&
upload_content_type
,
104
upload_content_type_ =
upload_content_type
;
109
const std::string&
upload_content_type
,
112
upload_content_type_ =
upload_content_type
;
privet_url_fetcher.h
70
void SetUploadData(const std::string&
upload_content_type
,
73
void SetUploadFilePath(const std::string&
upload_content_type
,
/external/chromium/android/autofill/
url_fetcher_proxy.h
91
virtual void set_upload_data(const std::string&
upload_content_type
,
94
upload_content_type_ =
upload_content_type
;
/external/chromium/chrome/common/net/
url_fetcher.h
129
// call this before the request is started. |
upload_content_type
| is the MIME
136
void set_upload_data(const std::string&
upload_content_type
,
142
void set_chunked_upload(const std::string&
upload_content_type
);
url_fetcher.cc
518
void URLFetcher::set_upload_data(const std::string&
upload_content_type
,
521
core_->upload_content_type_ =
upload_content_type
;