Home
last modified time | relevance | path

Searched refs:elide (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
Dmanaged_user_create_confirm.js76 function elide(original) { function
83 var elidedName = elide(info.name);
95 HTMLEscape(elide(info.custodianEmail)));
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dslice_track_test.js66 var optDicts = [{ trackName: 'elideOff', elide: false }, property
67 { trackName: 'elideOn', elide: true }]; property
88 track.SHOULD_ELIDE_TEXT = dict.elide;
/external/linux-tools-perf/util/
Dsort.h107 bool elide; member
Dhist.c701 if (se->elide) in hist_entry__snprintf()
796 if (se->elide) in hists__fprintf()
832 if (se->elide) in hists__fprintf()
896 if (!se->elide) in hists__sort_list_width()
Dsort.c343 self->elide = true; in sort_entry__setup_elide()
/external/chromium_org/chrome/browser/resources/
Dpolicy.css144 div.elide,
Dpolicy_android.css170 div.elide,
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm85 // Middle-elide the label to fit |width_left|. This leaves the
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm92 // Middle-elide the label to fit |width_left|. This leaves the
/external/clang/test/CodeGenObjC/
Dexceptions.m64 // Landing pad. Note that we elide the re-enter.
/external/linux-tools-perf/
Dbuiltin-report.c515 sort_parent.elide = 1; in cmd_report()
/external/chromium_org/v8/test/webkit/
Ddfg-int-overflow-large-constants-in-a-line-expected.txt24 Tests that our optimization to elide overflow checks understands that if we keep adding huge number…
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dmedia_galleries_dialog_cocoa.mm342 // TODO(gbillock): Would be nice to add middle text elide behavior here.
/external/clang/docs/
DUsersManual.rst379 .. option:: -fno-elide-type
383 The default for template type printing is to elide as many template
395 -fno-elide-type:
408 -fno-elide-type.
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac_unittest.mm504 // to elide the contents.
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_view_mac_unittest.mm531 // to elide the contents.
/external/clang/include/clang/Driver/
DOptions.td420 def fno_elide_type : Flag<["-"], "fno-elide-type">, Group<f_Group>,
422 HelpText<"Do not elide types when printing diagnostics">;
607 def fno_elide_constructors : Flag<["-"], "fno-elide-constructors">, Group<f_Group>,