Searched refs:GetContentHeader (Results 1 - 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
H A Dhttp_form_data_unittest.cc37 EXPECT_EQ(expected_header, form_field.GetContentHeader());
65 EXPECT_EQ(expected_header, form_field.GetContentHeader());
99 EXPECT_EQ(expected_header, form_field.GetContentHeader());
H A Dhttp_form_data.cc53 std::string FormField::GetContentHeader() const { function in class:brillo::http::FormField
129 std::string data = GetBoundaryStart() + part->GetContentHeader();
H A Dhttp_form_data.h66 std::string GetContentHeader() const;

Completed in 86 milliseconds