Searched refs:GetTint (Results 1 – 8 of 8) sorted by relevance
20 bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const { in GetTint() function in CustomThemeSupplier
53 virtual bool GetTint(int id, color_utils::HSL* hsl) const;
219 EXPECT_TRUE(pack->GetTint(ThemeProperties::TINT_BUTTONS, &actual)); in VerifyStarGazing()250 EXPECT_FALSE(pack->GetTint(ThemeProperties::TINT_FRAME, &actual)); in VerifyStarGazing()441 EXPECT_TRUE(theme_pack_->GetTint( in TEST_F()517 EXPECT_FALSE(theme_pack_->GetTint(ThemeProperties::TINT_BUTTONS, in TEST_F()
154 color_utils::HSL GetTint(int id) const;
82 virtual bool GetTint(int id, color_utils::HSL* hsl) const OVERRIDE;
420 color_utils::HSL ThemeService::GetTint(int id) const { in GetTint() function in ThemeService424 if (theme_supplier_.get() && theme_supplier_->GetTint(id, &hsl)) in GetTint()
134 color_utils::HSL tint = GetTint(id);
834 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { in GetTint() function in BrowserThemePack