HomeSort by relevance Sort by last modified time
    Searched refs:truncation (Results 1 - 14 of 14) sorted by null

  /external/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 70 unsigned short truncation() { return m_truncation; } function in class:WebCore::InlineTextBox
157 // denote no truncation (the whole run paints) and full truncation (nothing paints at all).
RenderText.cpp 363 unsigned short truncation = box->truncation(); local
364 if (truncation == cNoTruncation)
373 // the selection is past the beginning of the truncation and the
374 // beginning of the selection is before or at the beginning of the truncation.
375 if (ellipsisEndPosition >= truncation && ellipsisStartPosition <= truncation)
    [all...]
  /external/bison/djgpp/
djunpack.bat 8 Rem with other file names after truncation to DOS 8+3 namespace.
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 165 ASSERT(truncation() == cNoTruncation);
248 ASSERT(truncation() == cNoTruncation);
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 374 truncate: function(length, truncation) {
376 truncation = Object.isUndefined(truncation) ? '...' : truncation;
378 this.slice(0, length - truncation.length) + truncation : String(this);
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/libvorbis/doc/
07-floor1.tex 90 accumulation through integer roundoff/truncation.
  /external/chromium/chrome/browser/resources/keyboard/
main.js 556 // since this row has only 7 keys (as opposed to 12), the truncation
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]

Completed in 289 milliseconds