Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/
Dinstant_types.h108 struct ThemeBackgroundInfo { struct
115 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 …]
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()