Lines Matching refs:BRILLO_EXPORT
56 BRILLO_EXPORT std::unique_ptr<Response> SendRequestAndBlock(
68 BRILLO_EXPORT std::unique_ptr<Response> SendRequestWithNoDataAndBlock(
80 BRILLO_EXPORT RequestID SendRequest(
95 BRILLO_EXPORT RequestID SendRequest(
109 BRILLO_EXPORT RequestID SendRequestWithNoData(
120 BRILLO_EXPORT std::unique_ptr<Response> GetAndBlock(
129 BRILLO_EXPORT RequestID Get(
139 BRILLO_EXPORT std::unique_ptr<Response> HeadAndBlock(
147 BRILLO_EXPORT RequestID Head(
156 BRILLO_EXPORT std::unique_ptr<Response> PostBinaryAndBlock(
168 BRILLO_EXPORT RequestID PostBinary(
182 BRILLO_EXPORT RequestID PostBinary(
195 BRILLO_EXPORT std::unique_ptr<Response> PostTextAndBlock(
206 BRILLO_EXPORT RequestID PostText(
219 BRILLO_EXPORT std::unique_ptr<Response> PostFormDataAndBlock(
229 BRILLO_EXPORT RequestID PostFormData(
241 BRILLO_EXPORT std::unique_ptr<Response> PostFormDataAndBlock(
251 BRILLO_EXPORT RequestID PostFormData(
263 BRILLO_EXPORT std::unique_ptr<Response> PostJsonAndBlock(
273 BRILLO_EXPORT RequestID PostJson(
285 BRILLO_EXPORT std::unique_ptr<Response> PatchJsonAndBlock(
295 BRILLO_EXPORT RequestID PatchJson(
306 BRILLO_EXPORT std::unique_ptr<base::DictionaryValue> ParseJsonResponse(
314 BRILLO_EXPORT std::string GetCanonicalHeaderName(const std::string& name);