Searched defs:ThemeBackgroundInfo (Results 1 – 3 of 3) sorted by relevance
67 struct ThemeBackgroundInfo { struct74 bool using_default_theme;77 RGBAColor background_color;80 RGBAColor text_color;83 RGBAColor link_color;86 RGBAColor text_color_light;89 RGBAColor header_color;92 RGBAColor section_border_color;96 std::string theme_id;100 ThemeBackgroundImageAlignment image_horizontal_alignment;[all …]
36 ThemeBackgroundInfo::ThemeBackgroundInfo() in ThemeBackgroundInfo() function in ThemeBackgroundInfo
7 void InstantServiceObserver::ThemeInfoChanged(const ThemeBackgroundInfo&) { in ThemeInfoChanged()