Home | History | Annotate | Download | only in base

Lines Matching refs:GURL

50 #include "googleurl/src/gurl.h"
701 std::wstring FormatViewSourceUrl(const GURL& url,
712 GURL real_url(url.possibly_invalid_spec().substr(kViewSourceLengthPlus1));
776 GURL FilePathToFileURL(const FilePath& path) {
804 return GURL(url_string);
1037 FilePath GetSuggestedFilename(const GURL& url,
1209 std::string GetHostAndPort(const GURL& url) {
1210 // For IPv6 literals, GURL::host() already includes the brackets so it is
1215 std::string GetHostAndOptionalPort(const GURL& url) {
1216 // For IPv6 literals, GURL::host() already includes the brackets
1256 void GetIdentityFromURL(const GURL& url,
1266 void AppendFormattedHost(const GURL& url,
1350 std::wstring FormatUrl(const GURL& url,
1503 GURL SimplifyUrlForRequest(const GURL& url) {
1505 GURL::Replacements replacements;