Searched defs:SortedDisplayURL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dtext_elider.h96 // SortedDisplayURL maintains a string from a URL suitable for display to the
97 // use. SortedDisplayURL also provides a function used for comparing two
100 // SortedDisplayURL is relatively cheap and supports value semantics.
101 class GFX_EXPORT SortedDisplayURL { class in namespace:gfx
103 SortedDisplayURL(const GURL& url, const std::string& languages);
104 SortedDisplayURL();
105 ~SortedDisplayURL();
107 // Compares this SortedDisplayURL to |url| using |collator|. Returns a value
110 int Compare(const SortedDisplayURL& other, icu::Collator* collator) const;
128 DISALLOW_COPY_AND_ASSIGN(SortedDisplayURL);
[all...]
H A Dtext_elider.cc522 SortedDisplayURL::SortedDisplayURL(const GURL& url, function in class:gfx::SortedDisplayURL
536 SortedDisplayURL::SortedDisplayURL() : prefix_end_(0) { function in class:gfx::SortedDisplayURL
539 SortedDisplayURL::~SortedDisplayURL() {
542 int SortedDisplayURL::Compare(const SortedDisplayURL& other,
583 base::string16 SortedDisplayURL::AfterHost() const {

Completed in 116 milliseconds