HSL               109 chrome/browser/extensions/app_icon_loader_impl.cc     const color_utils::HSL shift = {-1, 0, 0.6};
HSL                43 chrome/browser/extensions/extension_action.cc     color_utils::HSL shift = {-1, 0, 0.5};
HSL               128 chrome/browser/extensions/extension_icon_manager.cc     color_utils::HSL shift = {-1, 0, 0.6};
HSL               185 chrome/browser/notifications/sync_notifier/synced_notification.cc       color_utils::HSL shift = {-1, 0, 0.6};
HSL                26 chrome/browser/speech/speech_recognition_bubble.cc const color_utils::HSL kGrayscaleShift = { -1, 0, 0.6 };
HSL               440 chrome/browser/themes/browser_theme_pack.cc                                  const color_utils::HSL& hsl_shift) {
HSL               585 chrome/browser/themes/browser_theme_pack.cc                            const color_utils::HSL& hsl_shift,
HSL               615 chrome/browser/themes/browser_theme_pack.cc   const color_utils::HSL hsl_shift_;
HSL               814 chrome/browser/themes/browser_theme_pack.cc bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const {
HSL               965 chrome/browser/themes/browser_theme_pack.cc   std::map<int, color_utils::HSL> temp_tints;
HSL               971 chrome/browser/themes/browser_theme_pack.cc       color_utils::HSL hsl = { -1, -1, -1 };
HSL               986 chrome/browser/themes/browser_theme_pack.cc   for (std::map<int, color_utils::HSL>::const_iterator it =
HSL              1401 chrome/browser/themes/browser_theme_pack.cc     const color_utils::HSL& button_tint,
HSL              1433 chrome/browser/themes/browser_theme_pack.cc       color_utils::HSL hsl_shift = GetTintInternal(
HSL              1499 chrome/browser/themes/browser_theme_pack.cc color_utils::HSL BrowserThemePack::GetTintInternal(int id) const {
HSL              1503 chrome/browser/themes/browser_theme_pack.cc         color_utils::HSL hsl;
HSL                82 chrome/browser/themes/browser_theme_pack.h   virtual bool GetTint(int id, color_utils::HSL* hsl) const OVERRIDE;
HSL               168 chrome/browser/themes/browser_theme_pack.h   void CreateTintedButtons(const color_utils::HSL& button_tint,
HSL               196 chrome/browser/themes/browser_theme_pack.h   color_utils::HSL GetTintInternal(int id) const;
HSL               217 chrome/browser/themes/browser_theme_pack_unittest.cc     color_utils::HSL expected = { 0.6, 0.553, 0.5 };
HSL               218 chrome/browser/themes/browser_theme_pack_unittest.cc     color_utils::HSL actual;
HSL               436 chrome/browser/themes/browser_theme_pack_unittest.cc   color_utils::HSL expected = { 0.5, 0.5, 0.5 };
HSL               437 chrome/browser/themes/browser_theme_pack_unittest.cc   color_utils::HSL actual = { -1, -1, -1 };
HSL               513 chrome/browser/themes/browser_theme_pack_unittest.cc   color_utils::HSL actual = { -1, -1, -1 };
HSL                20 chrome/browser/themes/custom_theme_supplier.cc bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const {
HSL                18 chrome/browser/themes/custom_theme_supplier.h struct HSL;
HSL                53 chrome/browser/themes/custom_theme_supplier.h   virtual bool GetTint(int id, color_utils::HSL* hsl) const;
HSL                65 chrome/browser/themes/theme_properties.cc const color_utils::HSL kDefaultTintButtons = { -1, -1, -1 };
HSL                66 chrome/browser/themes/theme_properties.cc const color_utils::HSL kDefaultTintFrame = { -1, -1, -1 };
HSL                67 chrome/browser/themes/theme_properties.cc const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f };
HSL                68 chrome/browser/themes/theme_properties.cc const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f };
HSL                69 chrome/browser/themes/theme_properties.cc const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f };
HSL                70 chrome/browser/themes/theme_properties.cc const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };
HSL               221 chrome/browser/themes/theme_properties.cc color_utils::HSL ThemeProperties::GetDefaultTint(int id) {
HSL               236 chrome/browser/themes/theme_properties.cc       color_utils::HSL result = {-1, -1, -1};
HSL               139 chrome/browser/themes/theme_properties.h   static color_utils::HSL GetDefaultTint(int id);
HSL                68 chrome/browser/themes/theme_service.cc   color_utils::HSL result;
HSL               399 chrome/browser/themes/theme_service.cc color_utils::HSL ThemeService::GetTint(int id) const {
HSL               402 chrome/browser/themes/theme_service.cc   color_utils::HSL hsl;
HSL                33 chrome/browser/themes/theme_service.h struct HSL;
HSL               156 chrome/browser/themes/theme_service.h   color_utils::HSL GetTint(int id) const;
HSL               110 chrome/browser/ui/app_list/extension_app_item.cc const color_utils::HSL shift = {-1, 0, 0.6};
HSL               191 chrome/browser/ui/app_list/extension_app_item.cc       const color_utils::HSL shift = {-1, 0, 0.6};
HSL               156 chrome/browser/ui/app_list/search/app_result.cc     const color_utils::HSL shift = {-1, 0, 0.6};
HSL               129 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc const color_utils::HSL kGrayImageShift = {-1, 0, 0.8};
HSL               112 chrome/browser/ui/gtk/browser_titlebar.cc color_utils::HSL GdkColorToHSL(const GdkColor* color) {
HSL               113 chrome/browser/ui/gtk/browser_titlebar.cc   color_utils::HSL hsl;
HSL               126 chrome/browser/ui/gtk/browser_titlebar.cc   color_utils::HSL baseHSL = GdkColorToHSL(base);
HSL               127 chrome/browser/ui/gtk/browser_titlebar.cc   color_utils::HSL oneHSL = GdkColorToHSL(one);
HSL               128 chrome/browser/ui/gtk/browser_titlebar.cc   color_utils::HSL twoHSL = GdkColorToHSL(two);
HSL                62 chrome/browser/ui/gtk/gtk_theme_service.cc const color_utils::HSL kGtkFrameShift = { -1, -1, 0.58 };
HSL                66 chrome/browser/ui/gtk/gtk_theme_service.cc const color_utils::HSL kDefaultFrameShift = { -1, -1, 0.4 };
HSL               146 chrome/browser/ui/gtk/gtk_theme_service.cc                               color_utils::HSL* tint) {
HSL               148 chrome/browser/ui/gtk/gtk_theme_service.cc   color_utils::HSL accent_tint;
HSL               151 chrome/browser/ui/gtk/gtk_theme_service.cc   color_utils::HSL text_tint;
HSL               154 chrome/browser/ui/gtk/gtk_theme_service.cc   color_utils::HSL background_tint;
HSL               239 chrome/browser/ui/gtk/gtk_theme_service.cc void GdkColorHSLShift(const color_utils::HSL& shift, GdkColor* frame_color) {
HSL               755 chrome/browser/ui/gtk/gtk_theme_service.cc   color_utils::HSL inactive_tab_text_hsl =
HSL               932 chrome/browser/ui/gtk/gtk_theme_service.cc   color_utils::HSL default_tint = ThemeProperties::GetDefaultTint(id);
HSL               933 chrome/browser/ui/gtk/gtk_theme_service.cc   color_utils::HSL hsl;
HSL               947 chrome/browser/ui/gtk/gtk_theme_service.cc                                                 const color_utils::HSL& tint,
HSL              1082 chrome/browser/ui/gtk/gtk_theme_service.cc     const color_utils::HSL& tint) const {
HSL              1089 chrome/browser/ui/gtk/gtk_theme_service.cc     color_utils::HSL* tint) const {
HSL              1101 chrome/browser/ui/gtk/gtk_theme_service.cc     color_utils::HSL* tint) const {
HSL              1113 chrome/browser/ui/gtk/gtk_theme_service.cc     color_utils::HSL* tint) const {
HSL               162 chrome/browser/ui/gtk/gtk_theme_service.h   typedef std::map<int, color_utils::HSL> TintMap;
HSL               203 chrome/browser/ui/gtk/gtk_theme_service.h                                  const color_utils::HSL& tint,
HSL               225 chrome/browser/ui/gtk/gtk_theme_service.h                               const color_utils::HSL& tint) const;
HSL               229 chrome/browser/ui/gtk/gtk_theme_service.h   void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
HSL               232 chrome/browser/ui/gtk/gtk_theme_service.h   void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
HSL               236 chrome/browser/ui/gtk/gtk_theme_service.h   void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const;
HSL               279 chrome/browser/ui/gtk/gtk_theme_service.h   color_utils::HSL button_tint_;
HSL               280 chrome/browser/ui/gtk/gtk_theme_service.h   color_utils::HSL entry_tint_;
HSL               281 chrome/browser/ui/gtk/gtk_theme_service.h   color_utils::HSL selected_entry_tint_;
HSL               109 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL fg_hsl;
HSL               112 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL hue_hsl;
HSL               127 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL output = { hue_hsl.h, s, l };
HSL               137 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL fg_hsl;
HSL               140 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL bg_hsl;
HSL               143 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL hue_hsl;
HSL               157 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   color_utils::HSL output = { hue_hsl.h, s, l };
HSL                89 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kGtkFrameShift = { -1, -1, 0.58 };
HSL                93 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultFrameShift = { -1, -1, 0.4 };
HSL               113 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultTintButtons = { -1, -1, -1 };
HSL               114 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultTintFrame = { -1, -1, -1 };
HSL               115 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f };
HSL               116 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f };
HSL               117 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f };
HSL               118 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };
HSL               229 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                               color_utils::HSL* tint) {
HSL               231 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   color_utils::HSL accent_tint;
HSL               234 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   color_utils::HSL text_tint;
HSL               238 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   color_utils::HSL background_tint;
HSL               285 chrome/browser/ui/libgtk2ui/gtk2_ui.cc void GdkColorHSLShift(const color_utils::HSL& shift, GdkColor* frame_color) {
HSL               296 chrome/browser/ui/libgtk2ui/gtk2_ui.cc color_utils::HSL GetDefaultTint(int id) {
HSL               311 chrome/browser/ui/libgtk2ui/gtk2_ui.cc       color_utils::HSL result = {-1, -1, -1};
HSL               842 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   color_utils::HSL inactive_tab_text_hsl =
HSL               989 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   color_utils::HSL default_tint = GetDefaultTint(id);
HSL               990 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   color_utils::HSL hsl;
HSL              1004 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                                        const color_utils::HSL& tint,
HSL              1166 chrome/browser/ui/libgtk2ui/gtk2_ui.cc     const color_utils::HSL& tint) const {
HSL              1260 chrome/browser/ui/libgtk2ui/gtk2_ui.cc void Gtk2UI::GetNormalButtonTintHSL(color_utils::HSL* tint) const {
HSL              1271 chrome/browser/ui/libgtk2ui/gtk2_ui.cc void Gtk2UI::GetNormalEntryForegroundHSL(color_utils::HSL* tint) const {
HSL              1282 chrome/browser/ui/libgtk2ui/gtk2_ui.cc void Gtk2UI::GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const {
HSL               122 chrome/browser/ui/libgtk2ui/gtk2_ui.h   typedef std::map<int, color_utils::HSL> TintMap;
HSL               153 chrome/browser/ui/libgtk2ui/gtk2_ui.h                                  const color_utils::HSL& tint,
HSL               172 chrome/browser/ui/libgtk2ui/gtk2_ui.h                               const color_utils::HSL& tint) const;
HSL               184 chrome/browser/ui/libgtk2ui/gtk2_ui.h   void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
HSL               187 chrome/browser/ui/libgtk2ui/gtk2_ui.h   void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
HSL               191 chrome/browser/ui/libgtk2ui/gtk2_ui.h   void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const;
HSL               217 chrome/browser/ui/libgtk2ui/gtk2_ui.h   color_utils::HSL button_tint_;
HSL               218 chrome/browser/ui/libgtk2ui/gtk2_ui.h   color_utils::HSL entry_tint_;
HSL               219 chrome/browser/ui/libgtk2ui/gtk2_ui.h   color_utils::HSL selected_entry_tint_;
HSL                38 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL fg_hsl;
HSL                41 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL hue_hsl;
HSL                57 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL output = { hue_hsl.h, s, l };
HSL                67 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL fg_hsl;
HSL                71 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL bg_hsl;
HSL                75 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL hue_hsl;
HSL                90 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc   color_utils::HSL output = { hue_hsl.h, s, l };
HSL                93 chrome/browser/ui/metro_pin_tab_helper_win.cc   color_utils::HSL shift = {-1, -1, kBoxFade};
HSL               275 chrome/browser/ui/views/profile_reset_bubble_view.cc   color_utils::HSL hsl_shift = { -1, 0, 0.8 };
HSL                51 chrome/browser/ui/webui/extensions/extension_icon_source.cc   color_utils::HSL shift = {-1, 0, 0.6};
HSL               656 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc   color_utils::HSL header_lighter;
HSL                58 ui/gfx/color_utils.cc   HSL hsl;
HSL                92 ui/gfx/color_utils.cc void SkColorToHSL(SkColor c, HSL* hsl) {
HSL               124 ui/gfx/color_utils.cc SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha) {
HSL               154 ui/gfx/color_utils.cc SkColor HSLShift(SkColor color, const HSL& shift) {
HSL               155 ui/gfx/color_utils.cc   HSL hsl;
HSL                29 ui/gfx/color_utils.h GFX_EXPORT void SkColorToHSL(SkColor c, HSL* hsl);
HSL                30 ui/gfx/color_utils.h GFX_EXPORT SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha);
HSL                46 ui/gfx/color_utils.h GFX_EXPORT SkColor HSLShift(SkColor color, const HSL& shift);
HSL                13 ui/gfx/color_utils_unittest.cc   color_utils::HSL hsl = { 0, 0, 0 };
HSL                21 ui/gfx/color_utils_unittest.cc   color_utils::HSL hsl = { 0, 0, 0 };
HSL                31 ui/gfx/color_utils_unittest.cc   color_utils::HSL hsl = { 0, 1, 0.5 };
HSL                46 ui/gfx/color_utils_unittest.cc         color_utils::HSL hsl = { 0, 0, 0 };
HSL                59 ui/gfx/color_utils_unittest.cc         color_utils::HSL hsl = { 0, 0, 0 };
HSL                74 ui/gfx/color_utils_unittest.cc   color_utils::HSL hsl = { -1, -1, -1 };
HSL               247 ui/gfx/image/image_skia_operations.cc                  const color_utils::HSL& hsl_shift)
HSL               265 ui/gfx/image/image_skia_operations.cc   const color_utils::HSL hsl_shift_;
HSL               489 ui/gfx/image/image_skia_operations.cc     const color_utils::HSL& hsl_shift) {
HSL                66 ui/gfx/image/image_skia_operations.h                                          const color_utils::HSL& hsl_shift);
HSL               256 ui/gfx/skbitmap_operations.cc typedef void (*LineProcessor)(const color_utils::HSL&,
HSL               271 ui/gfx/skbitmap_operations.cc void LineProcDefault(const color_utils::HSL& hsl_shift,
HSL               282 ui/gfx/skbitmap_operations.cc void LineProcCopy(const color_utils::HSL& hsl_shift,
HSL               293 ui/gfx/skbitmap_operations.cc void LineProcHnopSnopLdec(const color_utils::HSL& hsl_shift,
HSL               317 ui/gfx/skbitmap_operations.cc void LineProcHnopSnopLinc(const color_utils::HSL& hsl_shift,
HSL               364 ui/gfx/skbitmap_operations.cc void LineProcHnopSdecLnop(const color_utils::HSL& hsl_shift,
HSL               401 ui/gfx/skbitmap_operations.cc void LineProcHnopSdecLdec(const color_utils::HSL& hsl_shift,
HSL               440 ui/gfx/skbitmap_operations.cc void LineProcHnopSdecLinc(const color_utils::HSL& hsl_shift,
HSL               525 ui/gfx/skbitmap_operations.cc     const color_utils::HSL& hsl_shift) {
HSL                79 ui/gfx/skbitmap_operations.h                                          const color_utils::HSL& hsl_shift);
HSL                63 ui/gfx/skbitmap_operations_unittest.cc     color_utils::HSL hsl_shift) {
HSL               232 ui/gfx/skbitmap_operations_unittest.cc   color_utils::HSL hsl = { -1, -1, -1 };
HSL               270 ui/gfx/skbitmap_operations_unittest.cc   color_utils::HSL hsl = { 0, -1, -1 };
HSL               311 ui/gfx/skbitmap_operations_unittest.cc         color_utils::HSL hsl = { h, s, l };
HSL                73 ui/native_theme/native_theme_base.cc SkColor BrightenColor(const color_utils::HSL& hsl, SkAlpha alpha,
HSL                75 ui/native_theme/native_theme_base.cc   color_utils::HSL adjusted = hsl;
HSL               669 ui/native_theme/native_theme_base.cc   color_utils::HSL base_hsl;