Searched refs:GetTint (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.h68 bool GetTint(int id, color_utils::HSL* hsl) const;
H A Dbrowser_theme_pack_unittest.cc161 EXPECT_TRUE(pack->GetTint(ThemeService::TINT_BUTTONS, &actual));
190 EXPECT_FALSE(pack->GetTint(ThemeService::TINT_FRAME, &actual));
271 EXPECT_TRUE(theme_pack_->GetTint(
338 EXPECT_FALSE(theme_pack_->GetTint(ThemeService::TINT_BUTTONS,
H A Dtheme_service.h225 color_utils::HSL GetTint(int id) const;
H A Dtheme_service.cc540 color_utils::HSL ThemeService::GetTint(int id) const { function in class:ThemeService
544 if (theme_pack_.get() && theme_pack_->GetTint(id, &hsl))
H A Dbrowser_theme_pack.cc454 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { function in class:BrowserThemePack
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc1028 *base_image, GetTint(ThemeService::TINT_BACKGROUND_TAB));

Completed in 164 milliseconds