/external/chromium_org/chrome/browser/themes/ |
custom_theme_supplier.cc | 28 bool CustomThemeSupplier::GetDisplayProperty(int id, int* result) const {
|
custom_theme_supplier.h | 55 virtual bool GetDisplayProperty(int id, int* result) const;
|
browser_theme_pack_unittest.cc | 223 EXPECT_TRUE(pack->GetDisplayProperty( 450 EXPECT_TRUE(theme_pack_->GetDisplayProperty( 454 EXPECT_TRUE(theme_pack_->GetDisplayProperty( 458 EXPECT_TRUE(theme_pack_->GetDisplayProperty( 522 EXPECT_FALSE(theme_pack_->GetDisplayProperty(
|
theme_service.cc | 177 int ThemeService::GetDisplayProperty(int id) const { 180 theme_supplier_->GetDisplayProperty(id, &result)) { 219 int ntp_alternate = GetDisplayProperty(Properties::NTP_LOGO_ALTERNATE);
|
browser_theme_pack.h | 84 virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
|
theme_service.h | 81 virtual int GetDisplayProperty(int id) const OVERRIDE;
|
browser_theme_pack.cc | 844 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const { [all...] |
/external/chromium_org/ui/base/ |
default_theme_provider.cc | 29 int DefaultThemeProvider::GetDisplayProperty(int id) const {
|
default_theme_provider.h | 29 virtual int GetDisplayProperty(int id) const OVERRIDE;
|
theme_provider.h | 62 virtual int GetDisplayProperty(int id) const = 0;
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
background_theme.h | 21 virtual int GetDisplayProperty(int id) const OVERRIDE;
|
/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_org/chrome/browser/ui/ |
ntp_background_util.cc | 77 int tiling = tp->GetDisplayProperty(ThemeProperties::NTP_BACKGROUND_TILING); 78 int alignment = tp->GetDisplayProperty(
|
/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_org/chrome/browser/ui/views/frame/ |
browser_desktop_root_window_host_win.cc | 49 virtual int GetDisplayProperty(int id) const OVERRIDE { 50 return delegate_->GetDisplayProperty(id);
|
/external/chromium_org/chrome/browser/search/ |
instant_service.cc | 378 int logo_alternate = theme_service->GetDisplayProperty( 387 int alignment = theme_service->GetDisplayProperty( 405 int tiling = theme_service->GetDisplayProperty(
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_resource_cache.cc | 129 int alignment = theme_provider->GetDisplayProperty( 154 int repeat_mode = theme_provider->GetDisplayProperty( 513 int alignment = tp->GetDisplayProperty(
|
/external/chromium/chrome/browser/ui/webui/ |
ntp_resource_cache.cc | 96 theme_provider->GetDisplayProperty( 137 theme_provider->GetDisplayProperty(
|