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

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_theme.cc 69 if (!HasCustomImage(id))
76 bool SupervisedUserTheme::HasCustomImage(int id) const {
  /external/chromium_org/chrome/browser/themes/
custom_theme_supplier.cc 42 bool CustomThemeSupplier::HasCustomImage(int id) const {
theme_service_aurax11.cc 27 virtual bool HasCustomImage(int id) const OVERRIDE;
65 bool SystemThemeX11::HasCustomImage(int id) const {
66 return linux_ui_ && linux_ui_->HasCustomImage(id);
theme_service.cc 213 if (HasCustomImage(IDR_THEME_NTP_BACKGROUND))
224 if (HasCustomImage(IDR_THEME_FRAME))
233 bool ThemeService::HasCustomImage(int id) const {
238 return theme_supplier_->HasCustomImage(id);
browser_theme_pack.cc     [all...]
  /external/chromium_org/ui/base/
default_theme_provider.cc 37 bool DefaultThemeProvider::HasCustomImage(int id) const {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 473 bool Gtk2UI::HasCustomImage(int id) const {
    [all...]

Completed in 114 milliseconds