/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() 175 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 | 27 XFA_SCRIPTTYPE GetContentType();
|
D | cxfa_script.cpp | 13 XFA_SCRIPTTYPE CXFA_Script::GetContentType() { in GetContentType() function in CXFA_Script
|
D | cxfa_image.h | 21 bool GetContentType(CFX_WideString& wsContentType);
|
D | cxfa_image.cpp | 18 bool CXFA_Image::GetContentType(CFX_WideString& wsContentType) { in GetContentType() function in CXFA_Image
|
D | xfa_document_datamerger_imp.cpp | 139 image.GetContentType(wsContentType); in CreateDataBinding()
|
/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/googlemock/scripts/ |
D | upload.py | 523 lines.append('Content-Type: %s' % GetContentType(filename)) 533 def GetContentType(filename): function
|
/external/v8/testing/gmock/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/googletest/googletest/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/v8/testing/gtest/scripts/ |
D | upload.py | 523 lines.append('Content-Type: %s' % GetContentType(filename)) 533 def GetContentType(filename): function
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidgetacc.cpp | 213 image.GetContentType(wsContentType); in ResetData() 626 XFA_SCRIPTTYPE eScriptType = script.GetContentType(); in ExecuteScript()
|
D | xfa_ffwidget.cpp | 1052 pImage->GetContentType(wsContentType); in XFA_LoadImageData()
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 3094 lines.append('Content-Type: %s' % GetContentType(filename)) 3104 def GetContentType(filename): function
|