OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upload_content_
(Results
1 - 6
of
6
) 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_org/net/url_request/
url_fetcher_core.cc
136
DCHECK(
upload_content_
.empty());
144
upload_content_
= upload_content;
156
DCHECK(
upload_content_
.empty());
174
upload_content_
.empty()));
181
upload_content_
.clear();
542
if (!
upload_content_
.empty()) {
544
upload_content_
.data(),
upload_content_
.size()));
url_fetcher_core.h
238
std::string
upload_content_
; // HTTP POST payload
member in class:net::URLFetcherCore
/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:__anon2843::OCSPRequestSession
/external/chromium_org/net/ocsp/
nss_ocsp.cc
198
// |
upload_content_
| should not be modified if |request_| is active.
200
upload_content_
.assign(http_data, http_data_len);
407
DCHECK(!
upload_content_
.empty());
415
upload_content_
.data(),
upload_content_
.size()));
434
std::string
upload_content_
;
member in class:net::__anon9203::OCSPRequestSession
[
all
...]
Completed in 4123 milliseconds