/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
D | background.js | 41 ctx.fillStyle = ctx.strokeStyle = ( 48 ctx.fillStyle = ctx.strokeStyle = colors.progressColor; 57 ctx.strokeStyle = ctx.fillStyle = colors.arrow; 78 ctx.strokeStyle = colors.background; 94 ctx.strokeStyle = colors.background; 111 ctx.strokeStyle = colors.background;
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
D | object_instance_track.js | 106 ctx.strokeStyle = 'rgb(0,0,0)'; 151 ctx.strokeStyle = 'rgb(100,100,0)'; 157 ctx.strokeStyle = 'rgb(255,255,0)'; 161 ctx.strokeStyle = 'rgb(0,0,0)';
|
D | ruler_track.js | 108 ctx.strokeStyle = color; 207 ctx.strokeStyle = 'rgb(0, 0, 0)';
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | quad_view.js | 223 ctx.strokeStyle = quad.borderColor; 225 ctx.strokeStyle = 'rgb(128,128,128)'; 240 ctx.strokeStyle = tmp.toString(); 242 ctx.strokeStyle = quad.upperBorderColor;
|
/external/chromium_org/third_party/skia/gm/ |
D | glyph_pos.cpp | 24 GlyphPosGM(SkScalar strokeWidth, SkPaint::Style strokeStyle) in GlyphPosGM() argument 26 , fStrokeStyle(strokeStyle) { in GlyphPosGM()
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | timeline_viewport.js | 333 ctx.strokeStyle = 'rgba(255,0,0,0.25)'; 412 ctx.strokeStyle = this.color; 424 ctx.strokeStyle = this.color;
|
/external/chromium_org/content/browser/resources/media/ |
D | timeline_graph_view.js | 198 context.strokeStyle = GRID_COLOR; 232 context.strokeStyle = GRID_COLOR; 497 context.strokeStyle = this.dataSeries_[i].getColor();
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | tree.css.js | 42 ctx.strokeStyle = strokeColor;
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
D | gears.js | 42 dl.strokeStyle = color; 89 ctx.strokeStyle = gear.sideColor;
|
D | path.js | 14 context.strokeStyle = '#0000' + toHex(i);
|
/external/skia/experimental/SkV8Example/ |
D | gears.js | 42 dl.strokeStyle = color; 89 ctx.strokeStyle = gear.sideColor;
|
D | path.js | 14 context.strokeStyle = '#0000' + toHex(i);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
D | popup.js | 90 ctx.strokeStyle = '#ffffff'; 102 ctx.strokeStyle = '#696969'; 114 ctx.strokeStyle = '#990000';
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelineFrameOverview.js | 229 this._context.strokeStyle = "rgba(60, 60, 60, 0.4)"; 265 … this._context.strokeStyle = WebInspector.TimelineUIUtils.categories()[category].borderColor; 278 this._context.strokeStyle = "rgba(90, 90, 90, 0.2)";
|
D | TimelineMemoryOverview.js | 136 ctx.strokeStyle = "hsl(220, 90%, 70%)";
|
/external/chromium_org/third_party/flot/ |
D | jquery.flot.errorbars.min.js | 63 …dth=N,t.strokeStyle="rgba(0,0,0,0.1)",s(t,f[v],g,y,b,w,E,S,a,N+N/2,m),t.strokeStyle="rgba(0,0,0,0.…
|
D | jquery.flot.min.js | 28 …strokeStyle=o.color||a.grid.markingsColor,h.lineWidth=o.lineWidth||a.grid.markingsLineWidth,h.move…
|
D | jquery.flot.crosshair.min.js | 59 …top);if(t.x!=-1){var s=e.getOptions().crosshair.lineWidth%2===0?0:.5;n.strokeStyle=r.color,n.lineW…
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | timeline_graph_view.js | 364 context.strokeStyle = GRID_COLOR; 433 context.strokeStyle = GRID_COLOR; 682 context.strokeStyle = this.dataSeries_[i].getColor();
|
/external/skia/tools/skpdiff/ |
D | diff_viewer.js | 123 ctx.strokeStyle = 'red'; 165 ctx.strokeStyle = 'red';
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
D | diff_viewer.js | 123 ctx.strokeStyle = 'red'; 165 ctx.strokeStyle = 'red';
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 667 StrokeStyle strokeStyle = SolidStroke; in textDecorationStyleToStrokeStyle() local 670 strokeStyle = SolidStroke; in textDecorationStyleToStrokeStyle() 673 strokeStyle = DoubleStroke; in textDecorationStyleToStrokeStyle() 676 strokeStyle = DottedStroke; in textDecorationStyleToStrokeStyle() 679 strokeStyle = DashedStroke; in textDecorationStyleToStrokeStyle() 682 strokeStyle = WavyStroke; in textDecorationStyleToStrokeStyle() 686 return strokeStyle; in textDecorationStyleToStrokeStyle() 770 context->adjustLineToPixelBoundaries(p1, p2, strokeThickness, context->strokeStyle()); in strokeWavyTextDecoration()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8CanvasRenderingContext2DCustom.cpp | 71 v8SetReturnValue(info, toV8Object(impl->strokeStyle(), info.Holder(), info.GetIsolate())); in strokeStyleAttributeGetterCustom()
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
D | choose_mobile_network.js | 119 ctx.strokeStyle = '#4e73c7';
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | ObjectPainter.cpp | 159 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle(); in drawDashedOrDottedBoxSide() 186 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle(); in drawDoubleBoxSide() 302 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle(); in drawSolidBoxSide()
|