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

  /external/chromium/chrome/browser/
ntp_background_util.cc 68 tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING,
71 if (tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT,
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 167 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(
browser_theme_pack.h 70 bool GetDisplayProperty(int id, int* result) const;
theme_service.h 146 virtual bool GetDisplayProperty(int id, int* result) const;
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...]
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 96 theme_provider->GetDisplayProperty(
137 theme_provider->GetDisplayProperty(

Completed in 598 milliseconds