Searched refs:theme_info (Results 1 – 8 of 8) sorted by relevance
25 ThemeInfo* theme_info) { in LoadImages() argument53 theme_info->theme_images_.reset(images_value->DeepCopy()); in LoadImages()60 ThemeInfo* theme_info) { in LoadColors() argument85 theme_info->theme_colors_.reset(colors_value->DeepCopy()); in LoadColors()92 ThemeInfo* theme_info) { in LoadTints() argument111 theme_info->theme_tints_.reset(tints_value->DeepCopy()); in LoadTints()117 ThemeInfo* theme_info) { in LoadDisplayProperties() argument121 theme_info->theme_display_properties_.reset( in LoadDisplayProperties()141 const ThemeInfo* theme_info = GetInfo(extension); in GetImages() local142 return theme_info ? theme_info->theme_images_.get() : NULL; in GetImages()[all …]
781 const ThemeBackgroundInfo& theme_info = in GetThemeBackgroundInfo() local787 v8::Boolean::New(isolate, theme_info.using_default_theme)); in GetThemeBackgroundInfo()805 theme_info.background_color.r, in GetThemeBackgroundInfo()806 theme_info.background_color.g, in GetThemeBackgroundInfo()807 theme_info.background_color.b, in GetThemeBackgroundInfo()808 base::DoubleToString(theme_info.background_color.a / 255.0) in GetThemeBackgroundInfo()814 internal::RGBAColorToArray(isolate, theme_info.background_color)); in GetThemeBackgroundInfo()819 internal::RGBAColorToArray(isolate, theme_info.text_color)); in GetThemeBackgroundInfo()824 internal::RGBAColorToArray(isolate, theme_info.link_color)); in GetThemeBackgroundInfo()829 internal::RGBAColorToArray(isolate, theme_info.text_color_light)); in GetThemeBackgroundInfo()[all …]
440 void SearchBox::OnThemeChanged(const ThemeBackgroundInfo& theme_info) { in OnThemeChanged() argument442 if (theme_info_ == theme_info) in OnThemeChanged()445 theme_info_ = theme_info; in OnThemeChanged()
133 void OnThemeChanged(const ThemeBackgroundInfo& theme_info);
125 const ThemeBackgroundInfo& theme_info) { in SendThemeBackgroundInfo() argument129 Send(new ChromeViewMsg_SearchBoxThemeChanged(routing_id(), theme_info)); in SendThemeBackgroundInfo()
157 void SendThemeBackgroundInfo(const ThemeBackgroundInfo& theme_info);
181 virtual void ThemeInfoChanged(const ThemeBackgroundInfo& theme_info) OVERRIDE;
427 void SearchTabHelper::ThemeInfoChanged(const ThemeBackgroundInfo& theme_info) { in ThemeInfoChanged() argument428 ipc_router_.SendThemeBackgroundInfo(theme_info); in ThemeInfoChanged()