Home
last modified time | relevance | path

Searched defs:GetMimeType (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/
Ddownload_item_impl.cc106 CefString CefDownloadItemImpl::GetMimeType() { in GetMimeType() function in CefDownloadItemImpl
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.cc288 NO_SANITIZE("cfi-icall") CefString CefDownloadItemCToCpp::GetMimeType() { in GetMimeType() function in CefDownloadItemCToCpp
Dresponse_ctocpp.cc127 NO_SANITIZE("cfi-icall") CefString CefResponseCToCpp::GetMimeType() { in GetMimeType() function in CefResponseCToCpp
/third_party/cef/libcef/browser/net/
Dinternal_scheme_handler.cc32 std::string GetMimeType(const std::string& filename) { in GetMimeType() function
Dchrome_scheme_handler.cc492 std::string GetMimeType(const std::string& path) override { in GetMimeType() function in scheme::__anon24f606c10111::CefURLDataSource
/third_party/cef/libcef/common/
Dresponse_impl.cc78 CefString CefResponseImpl::GetMimeType() { in GetMimeType() function in CefResponseImpl
/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc35 std::string GetMimeType(const std::string& url) { in GetMimeType() function
/third_party/cef/tests/ceftests/
Dparser_unittest.cc287 TEST(ParserTest, GetMimeType) { in TEST() argument