OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upload_content_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/android/autofill/
url_fetcher_proxy.h
95
upload_content_
= upload_content;
136
real_fetcher_->set_upload_data(upload_content_type_,
upload_content_
);
159
std::string
upload_content_
;
member in class:URLFetcherProxy
/external/chromium/chrome/common/net/
url_fetcher.cc
140
std::string
upload_content_
; // HTTP POST payload
member in class:URLFetcher::Core
387
DCHECK(!
upload_content_
.empty() || is_chunked_upload_);
393
if (!
upload_content_
.empty()) {
395
upload_content_
.data(), static_cast<int>(
upload_content_
.length()));
522
core_->
upload_content_
= upload_content;
528
core_->
upload_content_
.empty()));
530
core_->
upload_content_
.clear();
541
return core_->
upload_content_
;
/external/chromium/net/ocsp/
nss_ocsp.cc
166
upload_content_
.assign(http_data, http_data_len);
373
DCHECK(!
upload_content_
.empty());
379
request_->AppendBytesToUpload(
upload_content_
.data(),
380
static_cast<int>(
upload_content_
.size()));
395
std::string
upload_content_
; // HTTP POST payload
member in class:__anon5091::OCSPRequestSession
Completed in 39 milliseconds