Home
last modified time | relevance | path

Searched refs:GetTint (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/themes/
Dcustom_theme_supplier.cc20 bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const { in GetTint() function in CustomThemeSupplier
Dcustom_theme_supplier.h53 virtual bool GetTint(int id, color_utils::HSL* hsl) const;
Dbrowser_theme_pack_unittest.cc219 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()
Dtheme_service.h154 color_utils::HSL GetTint(int id) const;
Dbrowser_theme_pack.h82 virtual bool GetTint(int id, color_utils::HSL* hsl) const OVERRIDE;
Dtheme_service.cc420 color_utils::HSL ThemeService::GetTint(int id) const { in GetTint() function in ThemeService
424 if (theme_supplier_.get() && theme_supplier_->GetTint(id, &hsl)) in GetTint()
Dtheme_service_mac.mm134 color_utils::HSL tint = GetTint(id);
Dbrowser_theme_pack.cc834 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { in GetTint() function in BrowserThemePack