Searched refs:GetDisplayProperty (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Dntp_background_util.cc68 tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING,
71 if (tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT,
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc167 EXPECT_TRUE(pack->GetDisplayProperty(
285 EXPECT_TRUE(theme_pack_->GetDisplayProperty(
289 EXPECT_TRUE(theme_pack_->GetDisplayProperty(
293 EXPECT_TRUE(theme_pack_->GetDisplayProperty(
348 EXPECT_FALSE(theme_pack_->GetDisplayProperty(
H A Dbrowser_theme_pack.h70 bool GetDisplayProperty(int id, int* result) const;
H A Dtheme_service.h146 virtual bool GetDisplayProperty(int id, int* result) const;
H A Dtheme_service.cc262 bool ThemeService::GetDisplayProperty(int id, int* result) const { function in class:ThemeService
264 return theme_pack_->GetDisplayProperty(id, result);
292 GetDisplayProperty(NTP_LOGO_ALTERNATE, &ntp_alternate);
H A Dbrowser_theme_pack.cc482 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const { function in class:BrowserThemePack
/external/chromium/chrome/browser/ui/webui/
H A Dntp_resource_cache.cc96 theme_provider->GetDisplayProperty(
137 theme_provider->GetDisplayProperty(

Completed in 86 milliseconds