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

  /external/chromium_org/ui/gfx/
text_elider.h 113 const base::string16& display_url() const { return display_url_; }
123 // End of the prefix (spec and separator) in display_url_.
126 base::string16 display_url_; member in class:gfx::SortedDisplayURL
text_elider.cc 527 display_url_ =
574 static_cast<const UChar*>(display_url_.c_str()),
575 static_cast<int>(display_url_.length()),
576 static_cast<const UChar*>(other.display_url_.c_str()),
577 static_cast<int>(other.display_url_.length()),
584 const size_t slash_index = display_url_.find(sort_host_, prefix_end_);
589 return display_url_.substr(slash_index + sort_host_.length());
    [all...]

Completed in 61 milliseconds