HomeSort by relevance Sort by last modified time
    Searched refs:ExplodedHttpBodyElement (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/
page_state_serialization.h 20 struct CONTENT_EXPORT ExplodedHttpBodyElement {
30 ExplodedHttpBodyElement();
31 ~ExplodedHttpBodyElement();
36 std::vector<ExplodedHttpBodyElement> elements;
page_state_serialization_unittest.cc 45 void ExpectEquality(const ExplodedHttpBodyElement& a,
46 const ExplodedHttpBodyElement& b) {
119 ExplodedHttpBodyElement e1;
124 ExplodedHttpBodyElement e2;
165 ExplodedHttpBodyElement e1;
170 ExplodedHttpBodyElement e2;
175 ExplodedHttpBodyElement e3;
page_state_serialization.cc 27 ExplodedHttpBodyElement element;
38 ExplodedHttpBodyElement element;
52 ExplodedHttpBodyElement element;
63 ExplodedHttpBodyElement element;
72 const std::vector<ExplodedHttpBodyElement>& elements,
422 const ExplodedHttpBodyElement& element = http_body.elements[i];
677 ExplodedHttpBodyElement::ExplodedHttpBodyElement()
684 ExplodedHttpBodyElement::~ExplodedHttpBodyElement() {
    [all...]
  /external/chromium_org/content/public/common/
page_state.cc 87 ExplodedHttpBodyElement element;
93 ExplodedHttpBodyElement element;
  /external/chromium_org/content/renderer/
history_serialization.cc 35 ExplodedHttpBodyElement* output) {
58 void AppendHTTPBodyElement(const ExplodedHttpBodyElement& element,

Completed in 340 milliseconds