Searched refs:GetContentType (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_script.h24 Type GetContentType();
H A Dcxfa_image.h26 WideString GetContentType();
H A Dcxfa_script.cpp50 CXFA_Script::Type CXFA_Script::GetContentType() { function in class:CXFA_Script
H A Dcxfa_image.cpp47 WideString CXFA_Image::GetContentType() { function in class:CXFA_Image
H A Dxfa_document_datamerger_imp.cpp149 wsContentType = image->GetContentType();
H A Dcxfa_node.cpp1995 CXFA_Script::Type eScriptType = script->GetContentType();
/external/libbrillo/brillo/http/
H A Dhttp_form_data.cc49 std::string FormField::GetContentType() const { function in class:brillo::http::FormField
59 headers.emplace_back(form_header::kContentType, GetContentType());
143 std::string MultiPartFormField::GetContentType() const { function in class:brillo::http::MultiPartFormField
209 std::string FormData::GetContentType() const { function in class:brillo::http::FormData
210 return form_data_.GetContentType();
H A Dhttp_form_data.h62 virtual std::string GetContentType() const;
164 std::string GetContentType() const override;
218 std::string GetContentType() const;
H A Dhttp_utils_unittest.cc60 response->GetContentType());
76 response->GetContentType());
111 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType());
128 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType());
145 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType());
201 brillo::mime::RemoveParameters(response->GetContentType()));
239 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType());
263 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType());
327 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType());
343 response->GetContentType());
[all...]
H A Dhttp_request_unittest.cc70 EXPECT_TRUE(request.GetContentType().empty());
85 EXPECT_EQ(mime::image::kJpeg, request.GetContentType());
175 EXPECT_EQ(mime::text::kHtml, resp->GetContentType());
H A Dhttp_request.h230 const std::string& GetContentType() const;
355 std::string GetContentType() const;
H A Dhttp_request.cc173 const std::string& Request::GetContentType() const { function in class:brillo::http::Request
203 AddHeader(request_header::kContentType, form_data->GetContentType());
321 std::string Response::GetContentType() const { function in class:brillo::http::Response
H A Dhttp_form_data_unittest.cc171 form_data.GetContentType());
H A Dhttp_utils.cc388 auto content_type = RemoveParameters(response->GetContentType());
/external/webrtc/webrtc/base/
H A Dmultipart.h32 void GetContentType(std::string* content_type);
H A Dmultipart_unittest.cc31 multipart.GetContentType(&content_type);
H A Dmultipart.cc37 void MultipartStream::GetContentType(std::string* content_type) { function in class:rtc::MultipartStream
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload.py523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename): function
/external/google-breakpad/src/testing/scripts/
H A Dupload.py523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename): function
/external/googletest/googlemock/scripts/
H A Dupload.py523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename): function
/external/googletest/googletest/scripts/
H A Dupload.py523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename): function
/external/v8/testing/gmock/scripts/
H A Dupload.py523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename): function
/external/v8/testing/gtest/scripts/
H A Dupload.py523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename): function
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp168 FXCODEC_IMAGE_TYPE type = XFA_GetImageType(pImage->GetContentType());
534 wsContentType = image->GetContentType();

Completed in 460 milliseconds