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 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...]

Completed in 1983 milliseconds