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

  /external/chromium_org/content/common/
page_state_serialization.h 31 struct CONTENT_EXPORT ExplodedHttpBody {
38 ExplodedHttpBody();
39 ~ExplodedHttpBody();
59 ExplodedHttpBody http_body;
page_state_serialization.cc 25 void AppendDataToHttpBody(ExplodedHttpBody* http_body, const char* data,
33 void AppendFileRangeToHttpBody(ExplodedHttpBody* http_body,
47 void AppendURLRangeToHttpBody(ExplodedHttpBody* http_body,
61 void AppendBlobToHttpBody(ExplodedHttpBody* http_body, const GURL& url) {
379 // Writes an ExplodedHttpBody object into a SerializeObject for serialization.
380 void WriteHttpBody(const ExplodedHttpBody& http_body, SerializeObject* obj) {
411 void ReadHttpBody(SerializeObject* obj, ExplodedHttpBody* http_body) {
624 ExplodedHttpBody::ExplodedHttpBody()
630 ExplodedHttpBody::~ExplodedHttpBody()
    [all...]
page_state_serialization_unittest.cc 58 void ExpectEquality(const ExplodedHttpBody& a, const ExplodedHttpBody& b) {
120 void PopulateHttpBody(ExplodedHttpBody* http_body,
  /external/chromium_org/content/public/common/
page_state.cc 40 state->http_body = ExplodedHttpBody();

Completed in 38 milliseconds