OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upload_content_type_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/android/autofill/
url_fetcher_proxy.h
94
upload_content_type_
= upload_content_type;
136
real_fetcher_->set_upload_data(
upload_content_type_
, upload_content_);
158
std::string
upload_content_type_
;
member in class:URLFetcherProxy
/external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc
74
upload_content_type_
,
81
url_fetcher_->SetUploadData(
upload_content_type_
, upload_data_);
104
upload_content_type_
= upload_content_type;
112
upload_content_type_
= upload_content_type;
privet_url_fetcher.h
99
std::string
upload_content_type_
;
member in class:local_discovery::PrivetURLFetcher
/external/chromium/chrome/common/net/
url_fetcher.cc
141
std::string
upload_content_type_
; // MIME type of POST payload
member in class:URLFetcher::Core
388
DCHECK(!
upload_content_type_
.empty());
392
upload_content_type_
);
521
core_->
upload_content_type_
= upload_content_type;
527
(core_->
upload_content_type_
.empty() &&
529
core_->
upload_content_type_
= content_type;
/external/chromium_org/net/url_request/
url_fetcher_core.cc
138
DCHECK(
upload_content_type_
.empty());
143
upload_content_type_
= upload_content_type;
160
DCHECK(
upload_content_type_
.empty());
163
upload_content_type_
= upload_content_type;
173
(
upload_content_type_
.empty() &&
180
upload_content_type_
= content_type;
538
if (!
upload_content_type_
.empty()) {
540
upload_content_type_
);
url_fetcher_core.h
244
std::string
upload_content_type_
; // MIME type of POST payload
member in class:net::URLFetcherCore
/external/chromium/net/ocsp/
nss_ocsp.cc
167
upload_content_type_
.assign(http_content_type);
374
DCHECK(!
upload_content_type_
.empty());
378
net::HttpRequestHeaders::kContentType,
upload_content_type_
);
396
std::string
upload_content_type_
; // MIME type of POST payload
member in class:__anon5559::OCSPRequestSession
/external/chromium_org/net/ocsp/
nss_ocsp.cc
201
upload_content_type_
.assign(http_content_type);
408
DCHECK(!
upload_content_type_
.empty());
412
HttpRequestHeaders::kContentType,
upload_content_type_
);
435
std::string
upload_content_type_
; // MIME type of POST payload
member in class:net::__anon11919::OCSPRequestSession
[
all
...]
Completed in 353 milliseconds