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

/external/chromium_org/ui/gfx/
H A Drender_text.cc1206 Elide(layout_text_, display_rect_.width(), elide_behavior_));
1218 base::string16 RenderText::Elide(const base::string16& text, function in class:gfx::RenderText
1348 // Elide the domain so that it only takes half of the available width.
1358 domain = Elide(domain, desired_domain_width, ELIDE_MIDDLE);
1369 username = Elide(username, available_width, ELIDE_TAIL);

Completed in 104 milliseconds