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 18 struct CONTENT_EXPORT ExplodedHttpBodyElement {
27 ExplodedHttpBodyElement();
28 ~ExplodedHttpBodyElement();
33 std::vector<ExplodedHttpBodyElement> elements;
page_state_serialization_unittest.cc 45 void ExpectEquality(const ExplodedHttpBodyElement& a,
46 const ExplodedHttpBodyElement& b) {
127 ExplodedHttpBodyElement e1;
132 ExplodedHttpBodyElement e2;
177 ExplodedHttpBodyElement e1;
182 ExplodedHttpBodyElement e2;
187 ExplodedHttpBodyElement e3;
page_state_serialization.cc 27 ExplodedHttpBodyElement element;
38 ExplodedHttpBodyElement element;
52 ExplodedHttpBodyElement element;
62 ExplodedHttpBodyElement element;
71 const std::vector<ExplodedHttpBodyElement>& elements,
388 const ExplodedHttpBodyElement& element = http_body.elements[i];
614 ExplodedHttpBodyElement::ExplodedHttpBodyElement()
621 ExplodedHttpBodyElement::~ExplodedHttpBodyElement() {
    [all...]
  /external/chromium_org/content/public/common/
page_state.cc 78 ExplodedHttpBodyElement element;
84 ExplodedHttpBodyElement element;
  /external/chromium_org/content/public/renderer/
history_item_serialization.cc 33 ExplodedHttpBodyElement* output) {
56 void AppendHTTPBodyElement(const ExplodedHttpBodyElement& element,

Completed in 172 milliseconds