Searched defs:ThemeBackgroundInfo (Results 1 – 3 of 3) sorted by relevance
108 struct ThemeBackgroundInfo { struct115 bool using_default_theme;118 RGBAColor background_color;121 RGBAColor text_color;124 RGBAColor link_color;127 RGBAColor text_color_light;130 RGBAColor header_color;133 RGBAColor section_border_color;137 std::string theme_id;141 ThemeBackgroundImageAlignment image_horizontal_alignment;[all …]
36 ThemeBackgroundInfo::ThemeBackgroundInfo() in ThemeBackgroundInfo() function in ThemeBackgroundInfo
7 void InstantServiceObserver::ThemeInfoChanged(const ThemeBackgroundInfo&) { in ThemeInfoChanged()