Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dnet_util_unittest.cc1824 FormatUrlWithOffsets(GURL("http://www.google.com/foo/"), "en", in TEST()
1859 FormatUrlWithOffsets(GURL("http://foo:bar@www.google.com/"), "en", in TEST()
1894 FormatUrlWithOffsets(GURL("view-source:http://foo@www.google.com/"), "en", in TEST()
1924 FormatUrlWithOffsets(GURL("http://xn--l8jvb1ey91xtjb.jp/foo/"), "ja", in TEST()
1961 FormatUrlWithOffsets(GURL( in TEST()
2000 FormatUrlWithOffsets(GURL( in TEST()
2028 FormatUrlWithOffsets(GURL("http://www.google.com"), "en", in TEST()
2052 FormatUrlWithOffsets(GURL("http://ftp.google.com"), "en", in TEST()
2077 FormatUrlWithOffsets(GURL("http://user@foo.com/"), "en", kFormatUrlOmitAll, in TEST()
Dnet_util.h349 string16 FormatUrlWithOffsets(const GURL& url,
Dnet_util.cc1809 string16 FormatUrlWithOffsets(const GURL& url, in FormatUrlWithOffsets() function
/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc165 net::FormatUrlWithOffsets(info.url(), languages_, net::kFormatUrlOmitAll, in QuickMatchToACMatch()