Searched refs:name_with_proper_ext (Results 1 – 1 of 1) sorted by relevance
1133 FilePath name_with_proper_ext = in GetSuggestedNameForSaveAs() local1161 name_with_proper_ext = FilePath::FromWStringHack(UTF8ToWide(url_path)); in GetSuggestedNameForSaveAs()1165 name_with_proper_ext = EnsureMimeExtension(name_with_proper_ext, in GetSuggestedNameForSaveAs()1169 name_with_proper_ext = EnsureHtmlExtension(name_with_proper_ext); in GetSuggestedNameForSaveAs()1171 FilePath::StringType file_name = name_with_proper_ext.value(); in GetSuggestedNameForSaveAs()