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

  /external/chromium-trace/trace-viewer/src/
timeline_analysis_view.css 44 .analysis-slices-table-col-0 {
46 .analysis-slices-table-col-1 {
49 .analysis-slices-table-col-2 {
  /external/webkit/Source/WebCore/rendering/style/
NinePieceImage.h 45 NinePieceImage(StyleImage* image, LengthBox slices, ENinePieceImageRule h, ENinePieceImageRule v)
47 , m_slices(slices)
60 const LengthBox& slices() const { return m_slices; } function in class:WebCore::NinePieceImage
  /external/chromium-trace/
script.js 66 base.exportTo("tracing.tracks",function(){function d(){}function c(b,a){this.string=b;this.width=a}var a=tracing.getColorPalette(),b=tracing.ui.define(tracing.tracks.CanvasBasedTrack);b.prototype={__proto__:tracing.tracks.CanvasBasedTrack.prototype,SHOULD_ELIDE_TEXT:!0,decorate:function(){this.classList.add("slice-track");this.elidedTitleCache=new d;this.asyncStyle_=!1},decorateHit:function(){},get asyncStyle(){return this.asyncStyle_},set asyncStyle(b){this.asyncStyle_=!!b;this.invalidate()},get slices(){return this.slices_},
67 set slices(b){this.slices_=b||[];b||(this.visible=!1);this.invalidate()},get height(){return window.getComputedStyle(this).height},set height(b){this.style.height=b;this.invalidate()},labelWidth:function(b){var a=e[b];a||(a=this.ctx_.measureText(b).width,e[b]=a);return a+2},labelWidthWorld:function(b,a){return this.labelWidth(b)*a},redraw:function(){var b=this.ctx_,e=this.canvas_.width,g=this.canvas_.height;b.clearRect(0,0,e,g);var c=this.viewport_,d=c.xViewVectorToWorld(1),m=c.xViewToWorld(0),e=
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1757.js 28 // Flags: --string-slices --expose-externalize-string
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 324 // Create the slices.
326 if (image.slices().top().isPercent())
327 top = primitiveValueCache->createValue(image.slices().top().value(), CSSPrimitiveValue::CSS_PERCENTAGE);
329 top = primitiveValueCache->createValue(image.slices().top().value(), CSSPrimitiveValue::CSS_NUMBER);
332 if (image.slices().right().isPercent())
333 right = primitiveValueCache->createValue(image.slices().right().value(), CSSPrimitiveValue::CSS_PERCENTAGE);
335 right = primitiveValueCache->createValue(image.slices().right().value(), CSSPrimitiveValue::CSS_NUMBER);
338 if (image.slices().bottom().isPercent())
339 bottom = primitiveValueCache->createValue(image.slices().bottom().value(), CSSPrimitiveValue::CSS_PERCENTAGE);
341 bottom = primitiveValueCache->createValue(image.slices().bottom().value(), CSSPrimitiveValue::CSS_NUMBER)
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/v8/test/mjsunit/
debug-sourceslice.js 60 // Try all possible line interval slices.
mirror-script.js 91 // Test taking slices of source.
debug-backtrace.js 207 // Source slices for the individual frames (they all refer to this script).
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 42 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 611 var index = -number, slices = [], array = this.toArray();
614 slices.push(array.slice(index, index+number));
615 return slices.collect(iterator, context);
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/v8/src/
string.js 252 // slices works only when the replaced string is a single character, being
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 567 milliseconds