Home
last modified time | relevance | path

Searched defs:ThemeBackgroundInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/
Dinstant_types.h67 struct ThemeBackgroundInfo { struct
74 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 …]
Dinstant_types.cc36 ThemeBackgroundInfo::ThemeBackgroundInfo() in ThemeBackgroundInfo() function in ThemeBackgroundInfo
/external/chromium_org/chrome/browser/search/
Dinstant_service_observer.cc7 void InstantServiceObserver::ThemeInfoChanged(const ThemeBackgroundInfo&) { in ThemeInfoChanged()