Searched refs:SortedDisplayURL (Results 1 – 4 of 4) sorted by relevance
101 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);
522 SortedDisplayURL::SortedDisplayURL(const GURL& url, in SortedDisplayURL() function in gfx::SortedDisplayURL536 SortedDisplayURL::SortedDisplayURL() : prefix_end_(0) { in SortedDisplayURL() function in gfx::SortedDisplayURL539 SortedDisplayURL::~SortedDisplayURL() { in ~SortedDisplayURL()542 int SortedDisplayURL::Compare(const SortedDisplayURL& other, in Compare()583 base::string16 SortedDisplayURL::AfterHost() const { in AfterHost()
493 TEST(TextEliderTest, SortedDisplayURL) { in TEST() argument494 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()
46 ui::SortedDisplayURL display_url;89 ui::SortedDisplayURL((*result)[i].url(), languages); in OnHistoryQueryComplete()