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

  /external/chromium_org/ui/base/text/
text_elider.h 90 // SortedDisplayURL maintains a string from a URL suitable for display to the
91 // use. SortedDisplayURL also provides a function used for comparing two
94 // SortedDisplayURL is relatively cheap and supports value semantics.
95 class UI_EXPORT SortedDisplayURL {
97 SortedDisplayURL(const GURL& url, const std::string& languages);
98 SortedDisplayURL();
99 ~SortedDisplayURL();
101 // Compares this SortedDisplayURL to |url| using |collator|. Returns a value
104 int Compare(const SortedDisplayURL& other, icu::Collator* collator) const;
122 DISALLOW_COPY_AND_ASSIGN(SortedDisplayURL);
    [all...]
text_elider.cc 502 SortedDisplayURL::SortedDisplayURL(const GURL& url,
516 SortedDisplayURL::SortedDisplayURL() : prefix_end_(0) {
519 SortedDisplayURL::~SortedDisplayURL() {
522 int SortedDisplayURL::Compare(const SortedDisplayURL& other,
563 string16 SortedDisplayURL::AfterHost() const {
    [all...]

Completed in 60 milliseconds