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 34 struct CONTENT_EXPORT ExplodedHttpBody {
41 ExplodedHttpBody();
42 ~ExplodedHttpBody();
58 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,
413 // Writes an ExplodedHttpBody object into a SerializeObject for serialization.
414 void WriteHttpBody(const ExplodedHttpBody& http_body, SerializeObject* obj) {
447 void ReadHttpBody(SerializeObject* obj, ExplodedHttpBody* http_body) {
687 ExplodedHttpBody::ExplodedHttpBody()
693 ExplodedHttpBody::~ExplodedHttpBody()
    [all...]
page_state_serialization_unittest.cc 59 void ExpectEquality(const ExplodedHttpBody& a, const ExplodedHttpBody& b) {
112 void PopulateHttpBody(ExplodedHttpBody* http_body,
  /external/chromium_org/content/public/common/
page_state.cc 40 state->http_body = ExplodedHttpBody();

Completed in 77 milliseconds