Home | History | Annotate | Download | only in gfx

Lines Matching refs:Elide

1206         Elide(layout_text_, display_rect_.width(), elide_behavior_));
1218 base::string16 RenderText::Elide(const base::string16& text,
1348 // Elide the domain so that it only takes half of the available width.
1358 domain = Elide(domain, desired_domain_width, ELIDE_MIDDLE);
1359 // Failing to elide the domain such that at least one character remains
1369 username = Elide(username, available_width, ELIDE_TAIL);