OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExplodedHttpBody
(Results
1 - 2
of
2
) 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
...]
Completed in 32 milliseconds