Searched refs:FormatUrlWithOffsets (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/base/ |
D | net_util_unittest.cc | 1824 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()
|
D | net_util.h | 349 string16 FormatUrlWithOffsets(const GURL& url,
|
D | net_util.cc | 1809 string16 FormatUrlWithOffsets(const GURL& url, in FormatUrlWithOffsets() function
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_quick_provider.cc | 165 net::FormatUrlWithOffsets(info.url(), languages_, net::kFormatUrlOmitAll, in QuickMatchToACMatch()
|