Searched defs:GetMimeType (Results 1 – 14 of 14) sorted by relevance
64 std::string GetMimeType() const { return mime_type_; } in GetMimeType() function
85 std::string GetMimeType(JpegXmpInfo::Type type) const { in GetMimeType() function
63 std::string GetMimeType() const { return mime_type_; } in GetMimeType() function
98 bool URLRequestTestJobBackedByFile::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestTestJobBackedByFile
185 bool URLRequestMockHTTPJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestMockHTTPJob
148 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
403 void URLRequest::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequest
1289 bool URLRequestHttpJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestHttpJob
297 const char* GetMimeType(VideoCodecType type) { in GetMimeType() function
228 STDMETHOD(GetMimeType) (THIS_ LPCSTR *) PURE; in DECLARE_INTERFACE_() local
1053 bool HttpResponseHeaders::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::HttpResponseHeaders
743 TEST_P(ContentTypeTest, GetMimeType) { in TEST_P() argument