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 32 struct CONTENT_EXPORT ExplodedHttpBody {
39 ExplodedHttpBody();
40 ~ExplodedHttpBody();
55 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,
403 // Writes an ExplodedHttpBody object into a SerializeObject for serialization.
404 void WriteHttpBody(const ExplodedHttpBody& http_body, SerializeObject* obj) {
437 void ReadHttpBody(SerializeObject* obj, ExplodedHttpBody* http_body) {
655 ExplodedHttpBody::ExplodedHttpBody()
661 ExplodedHttpBody::~ExplodedHttpBody()
    [all...]
page_state_serialization_unittest.cc 59 void ExpectEquality(const ExplodedHttpBody& a, const ExplodedHttpBody& b) {
111 void PopulateHttpBody(ExplodedHttpBody* http_body,
  /external/chromium_org/content/public/common/
page_state.cc 40 state->http_body = ExplodedHttpBody();

Completed in 96 milliseconds