Lines Matching defs:ellipsis
768 // with the underlying truncated text using the ellipsis as a proxy. This lets
771 // positions nor needing unbounded arrow key presses to traverse the ellipsis.
1181 // Truncate the text at a valid character break and append an ellipsis.
1203 // This doesn't trim styles so ellipsis may get rendered as a different
1238 const base::string16 ellipsis = base::string16(kEllipsisUTF16);
1242 StringSlicer slicer(text, ellipsis, elide_in_middle, elide_at_beginning);
1244 render_text->SetText(ellipsis);
1261 // This has to be an additional step so that the ellipsis is rendered with
1264 // When ellipsis follows text whose directionality is not the same as that
1266 // whole text. Since we want ellipsis to indicate continuation of the
1267 // preceding text, we force the directionality of ellipsis to be same as
1271 new_text.append(ellipsis);
1320 // The returned string will have at least one character besides the ellipsis
1321 // on either side of '@'; if that's impossible, a single ellipsis is returned.
1360 // (other than the ellipsis itself) remains: return a single ellipsis.