Home
last modified time | relevance | path

Searched refs:hsla (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DColor.js98 var hsla = [ WebInspector.Color._parseHueNumeric(hslString[0]),
101 var rgba = WebInspector.Color._hsl2rgb(hsla);
123 var hsla = [ WebInspector.Color._parseHueNumeric(hslaString[0]),
127 var rgba = WebInspector.Color._hsl2rgb(hsla);
159 var hsla = [h, s, t / 2, hsva[3]];
161 … return new WebInspector.Color(WebInspector.Color._hsl2rgb(hsla), WebInspector.Color.Format.HSLA);
176 hsla: function() method in WebInspector.Color
217 var hsla = this.hsla();
218 var h = hsla[0];
219 var s = hsla[1];
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DnetworkLogView.css372 inset 0 1px 0 2px hsla(0, 0%, 76%, 0.85);
384 inset 0 1px 0 2px hsla(215, 58%, 65%, 0.85);
396 inset 0 1px 0 2px hsla(99, 59%, 65%, 0.85);
408 inset 0 1px 0 2px hsla(273, 38%, 65%, 0.85);
420 inset 0 1px 0 2px hsla(273, 38%, 65%, 0.85);
432 inset 0 1px 0 2px hsla(8, 59%, 65%, 0.85);
444 inset 0 1px 0 2px hsla(8, 59%, 65%, 0.85);
456 inset 0 1px 0 2px hsla(31, 64%, 65%, 0.85);
468 inset 0 1px 0 2px hsla(54, 59%, 65%, 0.85);
480 inset 0 1px 0 2px hsla(0, 0%, 76%, 0.85);
DhelpScreen.css452 border: 1px solid hsla(0, 0%, 0%, 0.25);
454 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100%, 0.75);
473 border-color: hsla(0, 0%, 0%, 0.3);
474 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.12), inset 0 1px 2px hsla(0, 100%, 100%, 0.95);
524 background-color: hsla(0, 0%, 0%, 0);
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
Dbmm.css285 background-color: hsla(214, 91%, 85%, .5);