OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_tint
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
875
color_utils::HSL
default_tint
= GetDefaultTint(id);
local
879
if (
default_tint
.s != -1)
880
hsl.s =
default_tint
.s;
882
if (
default_tint
.l != -1)
883
hsl.l =
default_tint
.l;
[
all
...]
Completed in 44 milliseconds