Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack_unittest.cc161 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()
Dbrowser_theme_pack.h68 bool GetTint(int id, color_utils::HSL* hsl) const;
Dtheme_service.h225 color_utils::HSL GetTint(int id) const;
Dtheme_service.cc540 color_utils::HSL ThemeService::GetTint(int id) const { in GetTint() function in ThemeService
544 if (theme_pack_.get() && theme_pack_->GetTint(id, &hsl)) in GetTint()
Dtheme_service_mac.mm149 if (theme_pack_.get() && theme_pack_->GetTint(id, &tint)) {
Dbrowser_theme_pack.cc454 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { in GetTint() function in BrowserThemePack
/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc1028 *base_image, GetTint(ThemeService::TINT_BACKGROUND_TAB)); in GenerateTabImage()