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

/external/libbrillo/brillo/http/
H A Dhttp_form_data.h95 class BRILLO_EXPORT TextFormField : public FormField { class in namespace:brillo::http
103 TextFormField(const std::string& name,
113 DISALLOW_COPY_AND_ASSIGN(TextFormField);
H A Dhttp_form_data.cc75 TextFormField::TextFormField(const std::string& name, function in class:brillo::http::TextFormField
86 bool TextFormField::ExtractDataStreams(std::vector<StreamPtr>* streams) {
154 AddCustomField(std::unique_ptr<FormField>{new TextFormField{name, data}});
H A Dhttp_form_data_unittest.cc30 TEST(HttpFormData, TextFormField) {
31 TextFormField form_field{"field1", "abcdefg", mime::text::kPlain, "7bit"};

Completed in 700 milliseconds