Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/signin/
H A Dprofile_colors_util.cc35 colors.default_avatar_stroke_color = in GetProfileThemeColorsFromHighlightColor()
95 this->default_avatar_stroke_color) < in operator <()
98 other.default_avatar_stroke_color); in operator <()
104 this->default_avatar_stroke_color) == in operator ==()
107 other.default_avatar_stroke_color); in operator ==()
H A Dprofile_colors_util.h22 SkColor default_avatar_stroke_color; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_attributes_entry.cc444 base::Optional<SkColor> default_avatar_stroke_color = in GetProfileThemeColorsIfSet() local
448 default_avatar_stroke_color.has_value()); in GetProfileThemeColorsIfSet()
459 colors.default_avatar_stroke_color = default_avatar_stroke_color.value(); in GetProfileThemeColorsIfSet()
632 colors->default_avatar_stroke_color); in SetProfileThemeColors()
736 colors.default_avatar_fill_color, colors.default_avatar_stroke_color, in GetPlaceholderAvatarIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsettings_manage_profile_handler.cc156 colors.default_avatar_fill_color, colors.default_avatar_stroke_color, in GetAvailableIcons()