Searched refs:fillStyle (Results 1 – 25 of 68) sorted by relevance
123
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ |
D | background.js | 57 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/ |
D | background.js | 41 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/ |
D | cache_entry.js | 124 drawCacheEntriesToCanvas: function(entries, fillStyle, canvas) { argument 135 context.fillStyle = '#aaa'; 144 context.fillStyle = fillStyle;
|
D | timeline_graph_view.js | 157 context.fillStyle = BACKGROUND_COLOR; 226 context.fillStyle = TEXT_COLOR; 454 context.fillStyle = GRID_COLOR; 503 context.fillStyle = TEXT_COLOR;
|
D | client_renderer.js | 299 ctx.fillStyle = '#aaa'; 307 ctx.fillStyle = '#a0a'; 309 ctx.fillStyle = '#aa0';
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | fast_rect_renderer.js | 92 this.ctx_.fillStyle = this.pallette_[colorId]; 103 this.ctx_.fillStyle = this.pallette_[this.mergedColorId];
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | fast_rect_renderer.js | 97 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/ |
D | bouncing_balls_draw_back_as_white.js | 10 canvasContext.fillStyle = "#FFFFFF";
|
D | bouncing_balls_draw_back_as_gradient.js | 13 canvasContext.fillStyle = backGradient;
|
D | bouncing_balls_draw_ball_as_rect.js | 13 canvasContext.fillStyle = 'blue';
|
D | bouncing_balls_draw_ball_as_text.js | 14 canvasContext.fillStyle = 'blue';
|
D | bouncing_balls_draw_ball_as_filled_path.js | 18 canvasContext.fillStyle = ballGradient;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelineFrameOverview.js | 98 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];
|
D | TimelineEventOverview.js | 73 this._context.fillStyle = "rgba(0, 0, 0, 0.05)"; 131 …this._context.fillStyle = category.hidden ? this._disabledCategoryFillStyle : this._fillStyles[cat…
|
D | ScreencastView.js | 514 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/ |
D | bmm.css.js | 8 ctx.fillStyle = '#000';
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/ |
D | bmm.css.js | 8 ctx.fillStyle = '#000';
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
D | bmm.css.js | 8 ctx.fillStyle = '#000';
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
D | loupe.js | 104 targetContext.fillStyle = 'rgba(255, 255, 255, 1)'; 130 targetContext.fillStyle = 'rgba(' + colorString + ')';
|
/external/chromium/chrome/browser/resources/shared/css/ |
D | tree.css.js | 10 ctx.fillStyle = '#000';
|
/external/chromium_org/ui/webui/resources/css/ |
D | tree.css.js | 14 ctx.fillStyle = '#7a7a7a';
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | timeline_graph_view.js | 328 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/ |
D | tree.css.js | 41 ctx.fillStyle = backgroundColor;
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
D | counter_track.js | 113 ctx.fillStyle = palette[colorId]; 179 ctx.fillStyle = 'rgba(255, 0, 0, 1)';
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
D | heap_instance_track.js | 144 ctx.fillStyle = 'rgb(239, 248, 206)'; 150 ctx.fillStyle = palette[colorId + k];
|
123