HomeSort by relevance Sort by last modified time
    Searched refs:sort_host_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/text/
text_elider.h 115 string16 sort_host_; member in class:ui::SortedDisplayURL
text_elider.cc 504 net::AppendFormattedHost(url, languages, &sort_host_);
505 string16 host_minus_www = net::StripWWW(sort_host_);
510 if (sort_host_.length() > host_minus_www.length()) {
511 prefix_end_ += sort_host_.length() - host_minus_www.length();
512 sort_host_.swap(host_minus_www);
527 static_cast<const UChar*>(sort_host_.c_str()),
528 static_cast<int>(sort_host_.length()),
529 static_cast<const UChar*>(other.sort_host_.c_str()),
530 static_cast<int>(other.sort_host_.length()),
564 const size_t slash_index = display_url_.find(sort_host_, prefix_end_)
    [all...]

Completed in 668 milliseconds