OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsingDefaultTheme
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
search_ui.cc
13
if (!theme_service->
UsingDefaultTheme
())
19
if (theme_service->
UsingDefaultTheme
()) {
/external/chromium_org/chrome/browser/themes/
theme_service_aurax11.h
21
virtual bool
UsingDefaultTheme
() const OVERRIDE;
theme_service_aurax11.cc
89
bool ThemeServiceAuraX11::
UsingDefaultTheme
() const {
90
return ThemeService::
UsingDefaultTheme
() && !UsingSystemTheme();
theme_service_unittest.cc
119
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
127
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
147
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
183
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
187
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
254
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
268
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
theme_service_browsertest.cc
23
!theme_service.
UsingDefaultTheme
();
theme_service.h
119
virtual bool
UsingDefaultTheme
() const;
theme_syncable_service.cc
257
theme_service_->
UsingDefaultTheme
() ?
274
} else if (theme_service_->
UsingDefaultTheme
()) {
theme_service.cc
140
return
UsingDefaultTheme
();
210
if (
UsingDefaultTheme
() || UsingSystemTheme())
410
bool ThemeService::
UsingDefaultTheme
() const {
theme_syncable_service_unittest.cc
85
virtual bool
UsingDefaultTheme
() const OVERRIDE {
309
EXPECT_TRUE(fake_theme_service_->
UsingDefaultTheme
());
/external/chromium_org/chrome/browser/sync/test/integration/
single_client_themes_sync_test.cc
18
using themes_helper::
UsingDefaultTheme
;
82
ASSERT_FALSE(
UsingDefaultTheme
(GetProfile(0)));
83
ASSERT_FALSE(
UsingDefaultTheme
(verifier()));
89
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
90
ASSERT_TRUE(
UsingDefaultTheme
(verifier()));
94
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
95
ASSERT_TRUE(
UsingDefaultTheme
(verifier()));
two_client_themes_sync_test.cc
20
using themes_helper::
UsingDefaultTheme
;
97
EXPECT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
98
EXPECT_TRUE(
UsingDefaultTheme
(verifier()));
101
EXPECT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
102
EXPECT_TRUE(
UsingDefaultTheme
(GetProfile(1)));
103
EXPECT_TRUE(
UsingDefaultTheme
(verifier()));
132
EXPECT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
133
EXPECT_TRUE(
UsingDefaultTheme
(GetProfile(1)));
134
EXPECT_TRUE(
UsingDefaultTheme
(verifier()));
themes_helper.h
28
bool
UsingDefaultTheme
(Profile* profile) WARN_UNUSED_RESULT;
themes_helper.cc
52
bool
UsingDefaultTheme
(Profile* profile) {
53
return GetThemeService(profile)->
UsingDefaultTheme
();
239
return theme_service->
UsingDefaultTheme
();
/external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc
168
if (theme_service && !theme_service->
UsingDefaultTheme
() &&
/external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc
593
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
641
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
689
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
714
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
[
all
...]
/external/chromium_org/chrome/browser/search/
instant_service.cc
297
theme_info_->using_default_theme = theme_service->
UsingDefaultTheme
();
/external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc
724
if (theme_service->
UsingDefaultTheme
() || theme_service->UsingSystemTheme()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc
[
all
...]
Completed in 767 milliseconds