HomeSort by relevance Sort by last modified time
    Searched refs:GetTint (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/themes/
custom_theme_supplier.cc 20 bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const {
custom_theme_supplier.h 53 virtual bool GetTint(int id, color_utils::HSL* hsl) const;
theme_service.h 154 color_utils::HSL GetTint(int id) const;
browser_theme_pack.h 82 virtual bool GetTint(int id, color_utils::HSL* hsl) const OVERRIDE;
browser_theme_pack_unittest.cc 219 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,
theme_service.cc 420 color_utils::HSL ThemeService::GetTint(int id) const {
424 if (theme_supplier_.get() && theme_supplier_->GetTint(id, &hsl))
browser_theme_pack.cc 834 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const {
    [all...]

Completed in 85 milliseconds