Searched defs:http_content_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/
H A Dpage_state_serialization.h35 base::NullableString16 http_content_type; member in struct:content::ExplodedHttpBody
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc146 const char* http_content_type);
198 const char* http_content_type) {
202 upload_content_type_.assign(http_content_type);
670 const char* http_content_type) {
674 req->SetPostData(http_data, http_data_len, http_content_type);
197 SetPostData(const char* http_data, PRUint32 http_data_len, const char* http_content_type) argument
667 OCSPSetPostData(SEC_HTTP_REQUEST_SESSION request, const char* http_data, const PRUint32 http_data_len, const char* http_content_type) argument

Completed in 2053 milliseconds