Home
last modified time | relevance | path

Searched refs:IsThemeableImage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dtheme_source.cc116 if (!ThemeProperties::IsThemeableImage(resource_id)) in MessageLoopForRequestPath()
143 if (ThemeProperties::IsThemeableImage(resource_id)) { in SendThemeBitmap()
/external/chromium_org/chrome/browser/themes/
Dtheme_properties.h131 static bool IsThemeableImage(int resource_id);
Dtheme_properties.cc204 bool ThemeProperties::IsThemeableImage(int id) { in IsThemeableImage() function in ThemeProperties
Dtheme_service.cc234 if (!Properties::IsThemeableImage(id)) in HasCustomImage()