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

  /external/chromium_org/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /external/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 72 unsigned short truncation() { return m_truncation; } function in class:WebCore::InlineTextBox
169 // denote no truncation (the whole run paints) and full truncation (nothing paints at all).
RenderText.cpp 383 unsigned short truncation = box->truncation(); local
384 if (truncation == cNoTruncation)
393 // the selection is past the beginning of the truncation and the
394 // beginning of the selection is before or at the beginning of the truncation.
395 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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 193 ASSERT(truncation() == cNoTruncation);
261 ASSERT(truncation() == cNoTruncation);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 584 function truncate(length, truncation) {
586 truncation = Object.isUndefined(truncation) ? '...' : truncation;
588 this.slice(0, length - truncation.length) + truncation : String(this);
    [all...]
  /external/chromium_org/third_party/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/chromium_org/v8/test/mjsunit/harmony/
object-observe.js 967 // Observing array length (including truncation)
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]

Completed in 1004 milliseconds