Searched refs:GetTint (Results 1 – 7 of 7) sorted by relevance
161 EXPECT_TRUE(pack->GetTint(ThemeService::TINT_BUTTONS, &actual)); in VerifyStarGazing()190 EXPECT_FALSE(pack->GetTint(ThemeService::TINT_FRAME, &actual)); in VerifyStarGazing()271 EXPECT_TRUE(theme_pack_->GetTint( in TEST_F()338 EXPECT_FALSE(theme_pack_->GetTint(ThemeService::TINT_BUTTONS, in TEST_F()
68 bool GetTint(int id, color_utils::HSL* hsl) const;
225 color_utils::HSL GetTint(int id) const;
540 color_utils::HSL ThemeService::GetTint(int id) const { in GetTint() function in ThemeService544 if (theme_pack_.get() && theme_pack_->GetTint(id, &hsl)) in GetTint()
149 if (theme_pack_.get() && theme_pack_->GetTint(id, &tint)) {
454 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { in GetTint() function in BrowserThemePack
1028 *base_image, GetTint(ThemeService::TINT_BACKGROUND_TAB)); in GenerateTabImage()