Home
last modified time | relevance | path

Searched defs:GetContentType (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_form_data.cc51 std::string FormField::GetContentType() const { in GetContentType() function in brillo::http::FormField
145 std::string MultiPartFormField::GetContentType() const { in GetContentType() function in brillo::http::MultiPartFormField
221 std::string FormData::GetContentType() const { in GetContentType() function in brillo::http::FormData
Dhttp_request.cc173 const std::string& Request::GetContentType() const { in GetContentType() function in brillo::http::Request
321 std::string Response::GetContentType() const { in GetContentType() function in brillo::http::Response
/external/pdfium/xfa/fxfa/parser/
Dcxfa_script.cpp48 CXFA_Script::Type CXFA_Script::GetContentType() { in GetContentType() function in CXFA_Script
Dcxfa_image.cpp45 WideString CXFA_Image::GetContentType() { in GetContentType() function in CXFA_Image
/external/googletest/googletest/scripts/
Dupload.py548 def GetContentType(filename): function