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

  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 68 bool GetTint(int id, color_utils::HSL* hsl) const;
browser_theme_pack_unittest.cc 161 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,
theme_service.h 225 color_utils::HSL GetTint(int id) const;
theme_service.cc 540 color_utils::HSL ThemeService::GetTint(int id) const {
544 if (theme_pack_.get() && theme_pack_->GetTint(id, &hsl))
browser_theme_pack.cc 454 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc     [all...]

Completed in 856 milliseconds