Home
last modified time | relevance | path

Searched refs:SortedDisplayURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
Dtext_elider.h101 class GFX_EXPORT SortedDisplayURL {
103 SortedDisplayURL(const GURL& url, const std::string& languages);
104 SortedDisplayURL();
105 ~SortedDisplayURL();
110 int Compare(const SortedDisplayURL& other, icu::Collator* collator) const;
128 DISALLOW_COPY_AND_ASSIGN(SortedDisplayURL);
Dtext_elider.cc522 SortedDisplayURL::SortedDisplayURL(const GURL& url, in SortedDisplayURL() function in gfx::SortedDisplayURL
536 SortedDisplayURL::SortedDisplayURL() : prefix_end_(0) { in SortedDisplayURL() function in gfx::SortedDisplayURL
539 SortedDisplayURL::~SortedDisplayURL() { in ~SortedDisplayURL()
542 int SortedDisplayURL::Compare(const SortedDisplayURL& other, in Compare()
583 base::string16 SortedDisplayURL::AfterHost() const { in AfterHost()
Dtext_elider_unittest.cc493 TEST(TextEliderTest, SortedDisplayURL) { in TEST() argument
494 SortedDisplayURL d_url(GURL("http://www.google.com"), std::string()); in TEST()
529 SortedDisplayURL url1(GURL(tests[i].a), std::string()); in TEST()
530 SortedDisplayURL url2(GURL(tests[i].b), std::string()); in TEST()
/external/chromium/chrome/browser/
Dpossible_url_model.cc46 ui::SortedDisplayURL display_url;
89 ui::SortedDisplayURL((*result)[i].url(), languages); in OnHistoryQueryComplete()