Home
last modified time | relevance | path

Searched refs:kMixed (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dmime_utils.h68 BRILLO_EXPORT extern const char kMixed[];
Dmime_utils.cc43 const char mime::multipart::kMixed[] = "multipart/mixed"; member in brillo::mime::multipart
/external/libbrillo/brillo/http/
Dhttp_form_data.cc120 content_type.empty() ? mime::multipart::kMixed : content_type, in MultiPartFormField()