Searched defs:GetMimeType (Results 1 – 13 of 13) sorted by relevance
63 std::string GetMimeType() const { return mime_type_; } in GetMimeType() function
85 std::string GetMimeType(JpegXmpInfo::Type type) const { in GetMimeType() function
98 bool URLRequestTestJobBackedByFile::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestTestJobBackedByFile
183 bool URLRequestMockHTTPJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestMockHTTPJob
149 bool URLRequestTestJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestTestJob
255 bool URLRequestJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestJob
409 void URLRequest::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequest
1170 bool URLRequestHttpJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestHttpJob
282 const char* GetMimeType(VideoCodecType type) { in GetMimeType() function
623 MagickExport const char *GetMimeType(const MimeInfo *mime_info) in GetMimeType() function
528 #define GetMimeType PrependMagickMethod(GetMimeType) macro
927 bool HttpResponseHeaders::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::HttpResponseHeaders
678 TEST_P(ContentTypeTest, GetMimeType) { in TEST_P() argument