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

  /external/chromium-trace/src/shared/css/
list.css 45 border-color: hsl(214, 91%, 65%);
56 background-color: hsl(214, 91%, 97%);
57 border-color: hsl(214, 91%, 85%);
63 background-color: hsl(0, 0%, 90%);
66 border-color: hsl(0, 0%, 85%);
72 background-color: hsl(214, 91%, 89%);
73 border-color: hsl(214, 91%, 65%);
80 background-color: hsl(214, 91%, 87%);
81 border-color: hsl(214, 91%, 65%);
table.css 12 border-color: hsl(214, 91%, 65%);
17 background-color: hsl(214,91%,89%);
18 border-color: hsl(214, 91%, 65%);
23 background-color: hsl(214, 91%, 87%);
24 border-color: hsl(214, 91%, 65%);
tree.css 62 background-color: hsl(214, 91%, 97%);
63 border-color: hsl(214, 91%, 85%);
80 background-color: hsl(0, 0%, 90%);
81 border-color: hsl(0, 0%, 85%);
87 background-color: hsl(214, 91%, 89%);
  /external/webkit/Source/WebCore/inspector/front-end/
Color.js 87 get hsl()
96 set hsl(x)
152 case "hsl":
153 var hsl = this.hsl;
154 return "hsl(" + hsl[0] + ", " + hsl[1] + "%, " + hsl[2] + "%)";
230 _hslToRGB: function(hsl)
    [all...]
StylesSidebarPane.js 55 option.value = "hsl";
57 option.label = WebInspector.UIString("HSL Colors");
76 else if (format === "hsl")
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 52 border-color: hsl(214, 91%, 85%);
53 background-color: hsl(214, 91%, 97%);
59 background-color: hsl(214,91%,89%);
60 border-color: hsl(214, 91%, 65%);
64 background-color: hsl(214, 91%, 87%);
65 border-color: hsl(214, 91%, 65%);
69 background-color: hsl(214, 91%, 97%);
70 border-color: hsl(214, 91%, 85%);
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 11 color: hsl(213, 90%, 24%);
61 border: 3px solid hsl(213, 60%, 92%);
68 background-color: hsl(213, 60%, 92%);
81 background: hsl(213, 54%, 95%);
102 background-color: hsl(213, 66%, 57%);
103 background-image: -webkit-linear-gradient(hsl(213, 87%, 67%),
104 hsl(213, 66%, 57%));
175 border: 3px solid hsl(213, 63%, 93%);
195 border-color: hsl(213, 66%, 57%);
210 background-color: hsl(213, 66%, 57%)
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 50 color: hsl(213, 90%, 24%) !important;
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 454 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const {
458 hsl->h = tints_[i].h;
459 hsl->s = tints_[i].s;
460 hsl->l = tints_[i].l;
614 std::map<int, color_utils::HSL> temp_tints;
620 color_utils::HSL hsl = { -1, -1, -1 }; local
622 if (ValidDoubleValue(tint_list, 0, &hsl.h) &&
623 ValidDoubleValue(tint_list, 1, &hsl.s) &
1040 color_utils::HSL hsl; local
    [all...]
browser_theme_pack.h 68 bool GetTint(int id, color_utils::HSL* hsl) const;
147 void GenerateTintedButtons(const color_utils::HSL& button_tint,
170 color_utils::HSL GetTintInternal(int id) const;
theme_service.cc 55 color_utils::HSL result;
109 const color_utils::HSL kDefaultTintButtons = { -1, -1, -1 };
110 const color_utils::HSL kDefaultTintFrame = { -1, -1, -1 };
111 const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f };
112 const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f };
113 const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f };
114 const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };
432 color_utils::HSL ThemeService::GetDefaultTint(int id) {
447 color_utils::HSL result = {-1, -1, -1};
540 color_utils::HSL ThemeService::GetTint(int id) const
543 color_utils::HSL hsl; local
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 21 color: hsl(0, 0%, 70%);
74 border: 1px solid hsl(214, 91%, 85%);
88 border-color: hsl(214, 91%, 65%);
255 border: 1px solid hsl(214, 91%, 85%);;
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 53 const color_utils::HSL kGtkFrameShift = { -1, -1, 0.58 };
57 const color_utils::HSL kDefaultFrameShift = { -1, -1, 0.4 };
143 color_utils::HSL* tint) {
145 color_utils::HSL accent_tint;
148 color_utils::HSL text_tint;
151 color_utils::HSL background_tint;
154 // If the accent color is gray, then our normal HSL tomfoolery will bring out
234 // Applies an HSL shift to a GdkColor (instead of an SkColor)
235 void GdkColorHSLShift(const color_utils::HSL& shift, GdkColor* frame_color) {
720 color_utils::HSL inactive_tab_text_hsl = tints_[TINT_BACKGROUND_TAB]
876 color_utils::HSL hsl; local
877 color_utils::SkColorToHSL(GdkToSkColor(color), &hsl); local
    [all...]
browser_titlebar.cc 109 // Converts a GdkColor to a color_utils::HSL.
110 color_utils::HSL GdkColorToHSL(const GdkColor* color) {
111 color_utils::HSL hsl; local
114 color->blue >> 8), &hsl);
115 return hsl;
124 color_utils::HSL baseHSL = GdkColorToHSL(base);
125 color_utils::HSL oneHSL = GdkColorToHSL(one);
126 color_utils::HSL twoHSL = GdkColorToHSL(two);
    [all...]
browser_window_gtk.cc 1759 color_utils::HSL hsl = { -1, 0.5, 0.65 }; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 284 milliseconds