Home
last modified time | relevance | path

Searched refs:fillStyle (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
Dbackground.js57 context.fillStyle = "rgba(0,200,0,255)";
59 context.fillStyle = "rgba(0,0,200,255)";
61 context.fillStyle = "rgba(200,0,0,255)";
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
Dbackground.js41 ctx.fillStyle = ctx.strokeStyle = (
48 ctx.fillStyle = ctx.strokeStyle = colors.progressColor;
57 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
77 ctx.fillStyle = colors.danger;
97 ctx.fillStyle = colors.paused;
109 ctx.fillStyle = colors.complete;
/external/chromium_org/content/browser/resources/media/
Dcache_entry.js124 drawCacheEntriesToCanvas: function(entries, fillStyle, canvas) { argument
135 context.fillStyle = '#aaa';
144 context.fillStyle = fillStyle;
Dtimeline_graph_view.js157 context.fillStyle = BACKGROUND_COLOR;
226 context.fillStyle = TEXT_COLOR;
454 context.fillStyle = GRID_COLOR;
503 context.fillStyle = TEXT_COLOR;
Dclient_renderer.js299 ctx.fillStyle = '#aaa';
307 ctx.fillStyle = '#a0a';
309 ctx.fillStyle = '#aa0';
/external/chromium-trace/trace-viewer/src/tracing/
Dfast_rect_renderer.js92 this.ctx_.fillStyle = this.pallette_[colorId];
103 this.ctx_.fillStyle = this.pallette_[this.mergedColorId];
/external/chromium/chrome/browser/resources/gpu_internals/
Dfast_rect_renderer.js97 this.ctx_.fillStyle = this.pallette_[colorId];
108 this.ctx_.fillStyle = this.pallette_[this.mergedColorId];
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
Dbouncing_balls_draw_back_as_white.js10 canvasContext.fillStyle = "#FFFFFF";
Dbouncing_balls_draw_back_as_gradient.js13 canvasContext.fillStyle = backGradient;
Dbouncing_balls_draw_ball_as_rect.js13 canvasContext.fillStyle = 'blue';
Dbouncing_balls_draw_ball_as_text.js14 canvasContext.fillStyle = 'blue';
Dbouncing_balls_draw_ball_as_filled_path.js18 canvasContext.fillStyle = ballGradient;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineFrameOverview.js98 this._context.fillStyle = this._frameTopShadeGradient;
276 this._context.fillStyle = "rgba(255, 255, 255, 0.5)";
278 this._context.fillStyle = "black";
314 this._context.fillStyle = this._fillStyles[category];
DTimelineEventOverview.js73 this._context.fillStyle = "rgba(0, 0, 0, 0.05)";
131 …this._context.fillStyle = category.hidden ? this._disabledCategoryFillStyle : this._fillStyles[cat…
DScreencastView.js514 this._context.fillStyle = this._checkerboardPattern;
604 this._context.fillStyle = this._cssColor(fillColor);
616 this._context.fillStyle = this._cssColor(fillColor);
621 this._context.fillStyle = "red";
694 this._context.fillStyle = "rgb(255, 255, 194)";
741 pctx.fillStyle = "rgb(195, 195, 195)";
744 pctx.fillStyle = "rgb(225, 225, 225)";
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/css/
Dbmm.css.js8 ctx.fillStyle = '#000';
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
Dbmm.css.js8 ctx.fillStyle = '#000';
/external/chromium/chrome/browser/resources/bookmark_manager/css/
Dbmm.css.js8 ctx.fillStyle = '#000';
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
Dloupe.js104 targetContext.fillStyle = 'rgba(255, 255, 255, 1)';
130 targetContext.fillStyle = 'rgba(' + colorString + ')';
/external/chromium/chrome/browser/resources/shared/css/
Dtree.css.js10 ctx.fillStyle = '#000';
/external/chromium_org/ui/webui/resources/css/
Dtree.css.js14 ctx.fillStyle = '#7a7a7a';
/external/chromium_org/chrome/browser/resources/net_internals/
Dtimeline_graph_view.js328 context.fillStyle = BACKGROUND_COLOR;
432 context.fillStyle = TEXT_COLOR;
653 context.fillStyle = GRID_COLOR;
714 context.fillStyle = TEXT_COLOR;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dtree.css.js41 ctx.fillStyle = backgroundColor;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dcounter_track.js113 ctx.fillStyle = palette[colorId];
179 ctx.fillStyle = 'rgba(255, 0, 0, 1)';
/external/chromium-trace/trace-viewer/src/tcmalloc/
Dheap_instance_track.js144 ctx.fillStyle = 'rgb(239, 248, 206)';
150 ctx.fillStyle = palette[colorId + k];

123