Home
last modified time | relevance | path

Searched refs:GetDisplayProperty (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/
Dntp_background_util.cc68 tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING, in PaintBackgroundDetachedMode()
71 if (tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT, in PaintBackgroundDetachedMode()
/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack_unittest.cc167 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()
Dtheme_service.cc262 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()
Dbrowser_theme_pack.h70 bool GetDisplayProperty(int id, int* result) const;
Dtheme_service.h146 virtual bool GetDisplayProperty(int id, int* result) const;
Dbrowser_theme_pack.cc482 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const { in GetDisplayProperty() function in BrowserThemePack
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view_unittest.mm32 MOCK_CONST_METHOD2(GetDisplayProperty, bool(int, int*));
171 GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING, _))
174 GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT, _))
Dbookmark_bar_controller_unittest.mm193 virtual bool GetDisplayProperty(int id, int* result) const { return false; }
/external/chromium/chrome/browser/ui/webui/
Dntp_resource_cache.cc96 theme_provider->GetDisplayProperty( in GetNewTabBackgroundCSS()
137 theme_provider->GetDisplayProperty( in GetNewTabBackgroundTilingCSS()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm98 virtual bool GetDisplayProperty(int id, int* result) const { return false; }