/external/libbrillo/brillo/http/ |
D | http_utils_unittest.cc | 60 response->GetContentType()); in TEST() 76 response->GetContentType()); in TEST() 111 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); in TEST() 128 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); in TEST() 145 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); in TEST() 201 brillo::mime::RemoveParameters(response->GetContentType())); in TEST() 239 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); in TEST() 263 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); in TEST() 327 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); in TEST() 343 response->GetContentType()); in TEST() [all …]
|
D | http_form_data.cc | 49 std::string FormField::GetContentType() const { in GetContentType() function in brillo::http::FormField 59 headers.emplace_back(form_header::kContentType, GetContentType()); in GetContentHeader() 143 std::string MultiPartFormField::GetContentType() const { in GetContentType() function in brillo::http::MultiPartFormField 209 std::string FormData::GetContentType() const { in GetContentType() function in brillo::http::FormData 210 return form_data_.GetContentType(); in GetContentType()
|
D | http_form_data.h | 62 virtual std::string GetContentType() const; 164 std::string GetContentType() const override; 218 std::string GetContentType() const;
|
D | http_request_unittest.cc | 70 EXPECT_TRUE(request.GetContentType().empty()); in TEST_F() 85 EXPECT_EQ(mime::image::kJpeg, request.GetContentType()); in TEST_F() 173 EXPECT_EQ(mime::text::kHtml, resp->GetContentType()); in TEST_F()
|
D | http_request.cc | 173 const std::string& Request::GetContentType() const { in GetContentType() function in brillo::http::Request 203 AddHeader(request_header::kContentType, form_data->GetContentType()); in AddRequestBodyAsFormData() 321 std::string Response::GetContentType() const { in GetContentType() function in brillo::http::Response
|
D | http_request.h | 230 const std::string& GetContentType() const; 355 std::string GetContentType() const;
|
D | http_form_data_unittest.cc | 171 form_data.GetContentType()); in TEST()
|
D | http_utils.cc | 388 auto content_type = RemoveParameters(response->GetContentType()); in ParseJsonResponse()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_script.h | 24 Type GetContentType();
|
D | cxfa_image.h | 26 WideString GetContentType();
|
D | cxfa_script.cpp | 50 CXFA_Script::Type CXFA_Script::GetContentType() { in GetContentType() function in CXFA_Script
|
D | cxfa_image.cpp | 47 WideString CXFA_Image::GetContentType() { in GetContentType() function in CXFA_Image
|
D | xfa_document_datamerger_imp.cpp | 149 wsContentType = image->GetContentType(); in CreateDataBinding()
|
D | cxfa_node.cpp | 1995 CXFA_Script::Type eScriptType = script->GetContentType(); in ExecuteBoolScript()
|
/external/webrtc/webrtc/base/ |
D | multipart.h | 32 void GetContentType(std::string* content_type);
|
D | multipart_unittest.cc | 31 multipart.GetContentType(&content_type); in TEST()
|
D | multipart.cc | 37 void MultipartStream::GetContentType(std::string* content_type) { in GetContentType() function in rtc::MultipartStream
|
/external/googletest/googletest/scripts/ |
D | upload.py | 523 lines.append('Content-Type: %s' % GetContentType(filename)) 533 def GetContentType(filename): function
|
/external/googletest/googlemock/scripts/ |
D | upload.py | 523 lines.append('Content-Type: %s' % GetContentType(filename)) 533 def GetContentType(filename): function
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 523 lines.append('Content-Type: %s' % GetContentType(filename)) 533 def GetContentType(filename): function
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 523 lines.append('Content-Type: %s' % GetContentType(filename)) 533 def GetContentType(filename): function
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 168 FXCODEC_IMAGE_TYPE type = XFA_GetImageType(pImage->GetContentType()); in XFA_LoadImageData() 534 wsContentType = image->GetContentType(); in ResetData()
|