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

/external/chromium_org/chrome/browser/themes/
H A Dcustom_theme_supplier.cc20 bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const { function in class:CustomThemeSupplier
H A Dcustom_theme_supplier.h53 virtual bool GetTint(int id, color_utils::HSL* hsl) const;
H A Dbrowser_theme_pack.h82 virtual bool GetTint(int id, color_utils::HSL* hsl) const OVERRIDE;
H A Dbrowser_theme_pack_unittest.cc219 EXPECT_TRUE(pack->GetTint(ThemeProperties::TINT_BUTTONS, &actual));
250 EXPECT_FALSE(pack->GetTint(ThemeProperties::TINT_FRAME, &actual));
441 EXPECT_TRUE(theme_pack_->GetTint(
517 EXPECT_FALSE(theme_pack_->GetTint(ThemeProperties::TINT_BUTTONS,
H A Dtheme_service.h154 color_utils::HSL GetTint(int id) const;
H A Dtheme_service.cc420 color_utils::HSL ThemeService::GetTint(int id) const { function in class:ThemeService
424 if (theme_supplier_.get() && theme_supplier_->GetTint(id, &hsl))
H A Dbrowser_theme_pack.cc834 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { function in class:BrowserThemePack

Completed in 2592 milliseconds