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

  /external/chromium_org/content/common/
page_state_serialization.h 34 struct CONTENT_EXPORT ExplodedHttpBody {
41 ExplodedHttpBody();
42 ~ExplodedHttpBody();
57 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,
412 // Writes an ExplodedHttpBody object into a SerializeObject for serialization.
413 void WriteHttpBody(const ExplodedHttpBody& http_body, SerializeObject* obj) {
446 void ReadHttpBody(SerializeObject* obj, ExplodedHttpBody* http_body) {
683 ExplodedHttpBody::ExplodedHttpBody()
689 ExplodedHttpBody::~ExplodedHttpBody()
    [all...]

Completed in 37 milliseconds