Lines Matching refs:BRILLO_EXPORT
21 BRILLO_EXPORT extern const char kApplication[]; // application
22 BRILLO_EXPORT extern const char kAudio[]; // audio
23 BRILLO_EXPORT extern const char kImage[]; // image
24 BRILLO_EXPORT extern const char kMessage[]; // message
25 BRILLO_EXPORT extern const char kMultipart[]; // multipart
26 BRILLO_EXPORT extern const char kText[]; // test
27 BRILLO_EXPORT extern const char kVideo[]; // video
32 BRILLO_EXPORT extern const char kCharset[]; // charset=...
37 BRILLO_EXPORT extern const char kJpeg[]; // image/jpeg
38 BRILLO_EXPORT extern const char kPng[]; // image/png
39 BRILLO_EXPORT extern const char kBmp[]; // image/bmp
40 BRILLO_EXPORT extern const char kTiff[]; // image/tiff
41 BRILLO_EXPORT extern const char kGif[]; // image/gif
46 BRILLO_EXPORT extern const char kPlain[]; // text/plain
47 BRILLO_EXPORT extern const char kHtml[]; // text/html
48 BRILLO_EXPORT extern const char kXml[]; // text/xml
54 BRILLO_EXPORT extern const char kOctet_stream[];
56 BRILLO_EXPORT extern const char kJson[];
58 BRILLO_EXPORT extern const char kWwwFormUrlEncoded[];
60 BRILLO_EXPORT extern const char kProtobuf[];
66 BRILLO_EXPORT extern const char kFormData[];
68 BRILLO_EXPORT extern const char kMixed[];
76 BRILLO_EXPORT std::string Combine(
83 BRILLO_EXPORT bool Split(const std::string& mime_string,
89 BRILLO_EXPORT bool Split(const std::string& mime_string,
96 BRILLO_EXPORT std::string GetType(const std::string& mime_string);
100 BRILLO_EXPORT std::string GetSubtype(const std::string& mime_string);
104 BRILLO_EXPORT Parameters GetParameters(const std::string& mime_string);
108 BRILLO_EXPORT std::string RemoveParameters(
113 BRILLO_EXPORT std::string AppendParameter(
120 BRILLO_EXPORT std::string GetParameterValue(const std::string& mime_string,