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

  /external/chromium_org/chrome/browser/themes/
custom_theme_supplier.cc 28 bool CustomThemeSupplier::GetDisplayProperty(int id, int* result) const {
theme_service.cc 166 bool ThemeService::GetDisplayProperty(int id, int* result) const {
168 return theme_supplier_->GetDisplayProperty(id, result);
198 GetDisplayProperty(Properties::NTP_LOGO_ALTERNATE, &ntp_alternate);
browser_theme_pack.cc 846 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const {
    [all...]
  /external/chromium_org/ui/base/
default_theme_provider.cc 29 bool DefaultThemeProvider::GetDisplayProperty(int id, int* result) const {
  /external/chromium/chrome/browser/themes/
theme_service.cc 262 bool ThemeService::GetDisplayProperty(int id, int* result) const {
264 return theme_pack_->GetDisplayProperty(id, result);
292 GetDisplayProperty(NTP_LOGO_ALTERNATE, &ntp_alternate);
browser_theme_pack.cc 482 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const {
    [all...]

Completed in 230 milliseconds