OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDisplayProperty
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ui/base/
default_theme_provider.cc
29
int DefaultThemeProvider::
GetDisplayProperty
(int id) const {
theme_provider.h
63
virtual int
GetDisplayProperty
(int id) const = 0;
default_theme_provider.h
30
virtual int
GetDisplayProperty
(int id) const OVERRIDE;
/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;
theme_service.h
82
virtual int
GetDisplayProperty
(int id) const OVERRIDE;
browser_theme_pack_unittest.cc
225
EXPECT_TRUE(pack->
GetDisplayProperty
(
455
EXPECT_TRUE(theme_pack_->
GetDisplayProperty
(
459
EXPECT_TRUE(theme_pack_->
GetDisplayProperty
(
463
EXPECT_TRUE(theme_pack_->
GetDisplayProperty
(
527
EXPECT_FALSE(theme_pack_->
GetDisplayProperty
(
browser_theme_pack.h
84
virtual bool
GetDisplayProperty
(int id, int* result) const OVERRIDE;
theme_service.cc
202
int ThemeService::
GetDisplayProperty
(int id) const {
205
theme_supplier_->
GetDisplayProperty
(id, &result)) {
247
int ntp_alternate =
GetDisplayProperty
(Properties::NTP_LOGO_ALTERNATE);
browser_theme_pack.cc
862
bool BrowserThemePack::
GetDisplayProperty
(int id, int* result) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/download/
background_theme.h
22
virtual int
GetDisplayProperty
(int id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_x11.cc
40
virtual int
GetDisplayProperty
(int id) const OVERRIDE {
41
return delegate_->
GetDisplayProperty
(id);
browser_desktop_window_tree_host_win.cc
51
virtual int
GetDisplayProperty
(int id) const OVERRIDE {
52
return delegate_->
GetDisplayProperty
(id);
/external/chromium_org/chrome/browser/search/
instant_service.cc
335
int logo_alternate = theme_service->
GetDisplayProperty
(
344
int alignment = theme_service->
GetDisplayProperty
(
362
int tiling = theme_service->
GetDisplayProperty
(
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc
127
int alignment = theme_provider->
GetDisplayProperty
(
152
int repeat_mode = theme_provider->
GetDisplayProperty
(
522
int alignment = tp->
GetDisplayProperty
(
Completed in 131 milliseconds