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

/external/chromium_org/ui/gfx/
H A Dtext_elider.cc39 // The returned string will have at least one character besides the ellipsis
40 // on either side of '@'; if that's impossible, a single ellipsis is returned.
86 // (other than the ellipsis itself) remains: return a single ellipsis.
108 const base::string16& ellipsis,
112 ellipsis_(ellipsis),
230 const base::string16 ellipsis = base::string16(kEllipsisUTF16);
231 StringSlicer slicer(text, ellipsis, elide_in_middle, elide_at_beginning);
234 GetStringWidthF(ellipsis, font_list) > available_pixel_width)
244 // TODO(skanuj) : Handle directionality of ellipsis base
107 StringSlicer(const base::string16& text, const base::string16& ellipsis, bool elide_in_middle, bool elide_at_beginning) argument
[all...]
H A Drender_text.cc768 // 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); local
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 t
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp351 static const UChar ellipsis[]={ 0x2e, 0x2e, 0x2e }; variable
446 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
458 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
626 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
638 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp369 static const UChar ellipsis[]={ 0x2e, 0x2e, 0x2e }; variable
473 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
485 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
653 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
665 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
/external/strace/
H A Dutil.c620 int ellipsis; local
664 ellipsis = (string_quote(str, outstr, len, size) &&
668 if (ellipsis)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp187 // If there are ellipsis following, make sure their selection is updated.
189 EllipsisBox* ellipsis = root().ellipsisBox(); local
193 // The ellipsis should be considered to be selected if the end of
197 ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
200 ellipsis->setSelectionState(RenderObject::SelectionNone);
278 // LTR: the left edge of the ellipsis is to the left of our text run.
279 // RTL: the right edge of the ellipsis is to the right of our text run.
283 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
299 // Width in pixels of the visible portion of the box, excluding the ellipsis.
306 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis a
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3161 milliseconds