Searched refs:url_without_query (Results 1 – 1 of 1) sorted by relevance
37 const std::string& url_without_query = GetUrlWithoutQueryOrFragment(url); in GetMimeType() local38 size_t sep = url_without_query.find_last_of("."); in GetMimeType()40 mime_type = CefGetMimeType(url_without_query.substr(sep + 1)); in GetMimeType()