HomeSort by relevance Sort by last modified time
    Searched refs:ellipsis (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_title.css 11 text-overflow: ellipsis;
most_visited_thumbnail.css 21 text-overflow: ellipsis;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
apps_menu.css 11 text-overflow: ellipsis;
network_dropdown.css 35 text-overflow: ellipsis;
85 text-overflow: ellipsis;
122 text-overflow: ellipsis;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
table.css 28 text-overflow: ellipsis;
48 text-overflow: ellipsis;
54 text-overflow: ellipsis;
list.css 20 text-overflow: ellipsis;
  /frameworks/base/core/java/android/widget/
EditText.java 112 public void setEllipsize(TextUtils.TruncateAt ellipsis) {
113 if (ellipsis == TextUtils.TruncateAt.MARQUEE) {
117 super.setEllipsize(ellipsis);
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 53 text-overflow: ellipsis;
59 text-overflow: ellipsis;
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 13 text-overflow: ellipsis;
recently_closed.css 36 text-overflow: ellipsis;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
heading_track.css 24 text-overflow: ellipsis;
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 26 text-overflow: ellipsis;
46 text-overflow: ellipsis;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
plugin_list.css 27 text-overflow: ellipsis;
44 text-overflow: ellipsis;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
breakpointsList.css 60 text-overflow: ellipsis;
80 text-overflow: ellipsis;
textPrompt.css 55 text-overflow: ellipsis;
  /external/chromium_org/tools/heapcheck/
suppressions.py 16 # an ellipsis wildcards zero or more functions in a stack.
30 ELLIPSIS = '...'
57 if line == ELLIPSIS:
132 elif line.startswith(ELLIPSIS):
133 cur_stack.append(ELLIPSIS)
154 ellipsis = GenSupp('...', 'foo')
155 assert ellipsis.Match(['foo', 'bar'])
156 assert ellipsis.Match(['bar', 'baz', 'foo'])
157 assert not ellipsis.Match(['bar', 'baz', 'bah'])
  /external/chromium_org/ui/webui/resources/css/
table.css 55 text-overflow: ellipsis;
76 text-overflow: ellipsis;
83 text-overflow: ellipsis;
  /frameworks/base/core/java/android/os/
FileUtils.java 224 * @param ellipsis to add of the file was truncated (can be null)
228 public static String readTextFile(File file, int max, String ellipsis) throws IOException {
242 if (ellipsis == null) return new String(data, 0, max);
243 return new String(data, 0, max) + ellipsis;
263 if (ellipsis == null || !rolled) return new String(last);
264 return ellipsis + new String(last);
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.css 22 text-overflow: ellipsis;
cookies_view.css 87 text-overflow: ellipsis;
99 text-overflow: ellipsis;
148 text-overflow: ellipsis;
password_manager_list.css 57 text-overflow: ellipsis;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 168 ellipsis = '...'
169 if len(test_name) < overflow_columns + len(ellipsis) + 3:
173 new_length = len(test_name) - overflow_columns - len(ellipsis)
175 test_name = test_name[:prefix] + ellipsis + test_name[-(new_length - prefix):]
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 68 text-overflow: ellipsis;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
select.css 26 text-overflow: ellipsis;
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 28 text-overflow: ellipsis;

Completed in 242 milliseconds

1 2 3 4 5 6