HomeSort by relevance Sort by last modified time
    Searched refs:http_content_type (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/
page_state_serialization.h 35 base::NullableString16 http_content_type; member in struct:content::ExplodedHttpBody
page_state_serialization_unittest.cc 60 EXPECT_EQ(a.http_content_type, b.http_content_type);
116 http_body->http_content_type = NS16("text/foo");
159 frame_state->http_body.http_content_type = NS16("foo/bar");
page_state_serialization.cc 526 // http_content_type field when the HTTP body is null. That's why this code
528 WriteString(state.http_body.http_content_type, obj);
594 // http_content_type field when the HTTP body is null. That's why this code
596 state->http_body.http_content_type = ReadString(obj);
  /external/chromium_org/content/renderer/
history_serialization.cc 100 state->http_body.http_content_type = item.httpContentType();
148 item.setHTTPContentType(state.http_body.http_content_type);
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 144 const char* http_content_type);
197 const char* http_content_type) {
201 upload_content_type_.assign(http_content_type);
672 const char* http_content_type) {
676 req->SetPostData(http_data, http_data_len, http_content_type);
    [all...]

Completed in 78 milliseconds