Home
last modified time | relevance | path

Searched refs:url_without_query (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc37 const std::string& url_without_query = GetUrlWithoutQueryOrFragment(url); in GetMimeType() local
38 size_t sep = url_without_query.find_last_of("."); in GetMimeType()
40 mime_type = CefGetMimeType(url_without_query.substr(sep + 1)); in GetMimeType()