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

  /external/chromium_org/chrome/browser/themes/
custom_theme_supplier.cc 20 bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const {
theme_service.cc 309 color_utils::HSL ThemeService::GetTint(int id) const {
313 if (theme_supplier_.get() && theme_supplier_->GetTint(id, &hsl))
browser_theme_pack.cc 818 bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const {
    [all...]
  /external/chromium/chrome/browser/themes/
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...]

Completed in 1439 milliseconds