Searched refs:GetDisplayProperty (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ |
D | ntp_background_util.cc | 68 tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING, in PaintBackgroundDetachedMode() 71 if (tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT, in PaintBackgroundDetachedMode()
|
/external/chromium/chrome/browser/themes/ |
D | browser_theme_pack_unittest.cc | 167 EXPECT_TRUE(pack->GetDisplayProperty( in VerifyStarGazing() 285 EXPECT_TRUE(theme_pack_->GetDisplayProperty( in TEST_F() 289 EXPECT_TRUE(theme_pack_->GetDisplayProperty( in TEST_F() 293 EXPECT_TRUE(theme_pack_->GetDisplayProperty( in TEST_F() 348 EXPECT_FALSE(theme_pack_->GetDisplayProperty( in TEST_F()
|
D | theme_service.cc | 262 bool ThemeService::GetDisplayProperty(int id, int* result) const { in GetDisplayProperty() function in ThemeService 264 return theme_pack_->GetDisplayProperty(id, result); in GetDisplayProperty() 292 GetDisplayProperty(NTP_LOGO_ALTERNATE, &ntp_alternate); in GetRawData()
|
D | browser_theme_pack.h | 70 bool GetDisplayProperty(int id, int* result) const;
|
D | theme_service.h | 146 virtual bool GetDisplayProperty(int id, int* result) const;
|
D | browser_theme_pack.cc | 482 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const { in GetDisplayProperty() function in BrowserThemePack
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view_unittest.mm | 32 MOCK_CONST_METHOD2(GetDisplayProperty, bool(int, int*)); 171 GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING, _)) 174 GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT, _))
|
D | bookmark_bar_controller_unittest.mm | 193 virtual bool GetDisplayProperty(int id, int* result) const { return false; }
|
/external/chromium/chrome/browser/ui/webui/ |
D | ntp_resource_cache.cc | 96 theme_provider->GetDisplayProperty( in GetNewTabBackgroundCSS() 137 theme_provider->GetDisplayProperty( in GetNewTabBackgroundTilingCSS()
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 98 virtual bool GetDisplayProperty(int id, int* result) const { return false; }
|