Searched defs:GetTint (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc454 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const { function in class:BrowserThemePack
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))

Completed in 74 milliseconds