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

  /external/chromium/chrome/browser/themes/
theme_service.cc 270 if (HasCustomImage(IDR_THEME_FRAME))
279 bool ThemeService::HasCustomImage(int id) const {
284 return theme_pack_->HasCustomImage(id);
browser_theme_pack.cc 557 bool BrowserThemePack::HasCustomImage(int idr_id) const {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 322 bool GtkThemeService::HasCustomImage(int id) const {
326 return ThemeService::HasCustomImage(id);
    [all...]

Completed in 78 milliseconds