Home
last modified time | relevance | path

Searched refs:sort_host_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
Dtext_elider.cc524 net::AppendFormattedHost(url, languages, &sort_host_); in SortedDisplayURL()
525 base::string16 host_minus_www = net::StripWWW(sort_host_); in SortedDisplayURL()
530 if (sort_host_.length() > host_minus_www.length()) { in SortedDisplayURL()
531 prefix_end_ += sort_host_.length() - host_minus_www.length(); in SortedDisplayURL()
532 sort_host_.swap(host_minus_www); in SortedDisplayURL()
547 static_cast<const UChar*>(sort_host_.c_str()), in Compare()
548 static_cast<int>(sort_host_.length()), in Compare()
549 static_cast<const UChar*>(other.sort_host_.c_str()), in Compare()
550 static_cast<int>(other.sort_host_.length()), in Compare()
584 const size_t slash_index = display_url_.find(sort_host_, prefix_end_); in AfterHost()
[all …]
Dtext_elider.h121 base::string16 sort_host_; variable