Lines Matching refs:url
37 GURL url(chrome::kAboutBlankURL);
46 // Explicitly hide the URL for this tab.
47 url = GURL();
49 url = entry->virtual_url();
52 if (url.spec().length() > content::kMaxURLDisplayChars)
53 url = url.IsStandard() ? url.GetOrigin() : GURL(url.scheme() + ":");
55 // and pastes it into another program, that program may think the URL ends at
59 url,
60 net::FormatUrl(url, languages, net::kFormatUrlOmitAll,