HomeSort by relevance Sort by last modified time
    Searched full:ellipses (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/ui/message_center/views/
bounded_label_unittest.cc 35 // with an ellipses character (UTF8 "\xE2\x80\xA6") and returns a string16
40 const base::string16 ellipses = base::UTF8ToUTF16("\xE2\x80\xA6"); local
42 ReplaceSubstringsAfterOffset(&result, 0, periods, ellipses);
50 // of spaces plus Z times the width of ellipses in the default font of the
53 // width of 3 digits is greater than the width of ellipses.
130 // Single trailing spaces: No ellipses should be added.
138 // Multiple trailing spaces: No ellipses should be added.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration_unittest.mm 37 NSString* const kPartialString = @"Search En\u2026:"; // ellipses
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
lexer.py 16 #from cparse import BasicType, Qualifier, StorageClass, Typedef, Ellipses, GCCBuiltin
39 self.lookup['...'] = host.Ellipses()
177 # ellipses
178 #sys.stderr.write( "ELLIPSES "+str(self.get_state()) )
ir.py 185 class Ellipses(genpyx.Ellipses, Named):
276 if isinstance(node,Ellipses) or 'va_list' in node:
281 # return fn.deepfind(Ellipses) or fn.deepfind('va_list')
    [all...]
  /external/chromium_org/ui/gfx/
text_constants.h 51 ELIDE_EMAIL, // Add ellipses to username and domain substrings.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 319 String ellipses; local
322 ellipses = "";
325 ellipses = "...";
328 return '\"' + string + ellipses + '\"';
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 319 String ellipses; local
322 ellipses = "";
325 ellipses = "...";
328 return '\"' + string + ellipses + '\"';
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 319 String ellipses; local
322 ellipses = "";
325 ellipses = "...";
328 return '\"' + string + ellipses + '\"';
  /external/chromium_org/ui/base/cocoa/controls/
hyperlink_button_cell.mm 110 // can always be applied and so that ellipses will appear when appropriate.
  /external/chromium_org/ui/events/gestures/
gesture_point.h 132 // Represents the rectangle that encloses the circles/ellipses
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
modsupport.h 81 30-Jul-1996 GvR Slice and ellipses syntax added
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
modsupport.h 81 30-Jul-1996 GvR Slice and ellipses syntax added
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.h 48 * looking for. It is able to render ellipses (even thin ones) without the need to chop.
52 * were "not too thin" curves and ellipses then 2nd order may have an advantage since
  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 118 // Add ellipses character to last line.
133 // case, we simply truncate at available_width and add ellipses at the end.
  /external/skia/src/gpu/effects/
GrBezierEffect.h 48 * looking for. It is able to render ellipses (even thin ones) without the need to chop.
52 * were "not too thin" curves and ellipses then 2nd order may have an advantage since
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.cc 136 // Finally, add ellipses button.
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 273 // Infinite suggestions should appear with the leading ellipses vertically
304 // show in RTL UI (or vice versa), their ellipses appear stacked in a
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.cpp 75 // Ellipses with keywords for radii or center coordinates cannot be animated.
  /external/chromium_org/third_party/libaddressinput/src/java/res/values/
address_strings.xml 31 server. The u2026 is the unicode character for the ellipses (...) -->
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 77 //!< because the centers of the corner ellipses form an axis aligned
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 476 // otherwise axis-aligned ellipses only
646 // we only handle thick strokes for near-circular ellipses
764 // we only handle thick strokes for near-circular ellipses
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 206 // Emit link-like ellipses that can serve as a button for
  /external/skia/include/core/
SkRRect.h 77 //!< because the centers of the corner ellipses form an axis aligned
  /external/skia/src/gpu/
GrOvalRenderer.cpp 476 // otherwise axis-aligned ellipses only
646 // we only handle thick strokes for near-circular ellipses
764 // we only handle thick strokes for near-circular ellipses
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 80 this.ellipses =
845 {set: this.ellipses,
    [all...]

Completed in 873 milliseconds

1 2