OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsingDefaultTheme
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
search_ui.cc
14
if (!theme_service->
UsingDefaultTheme
())
20
if (theme_service->
UsingDefaultTheme
()) {
/external/chromium_org/chrome/browser/themes/
theme_service_aurax11.h
20
virtual bool
UsingDefaultTheme
() const OVERRIDE;
theme_service_aurax11.cc
85
bool ThemeServiceAuraX11::
UsingDefaultTheme
() const {
86
return ThemeService::
UsingDefaultTheme
() && !UsingNativeTheme();
theme_service_unittest.cc
117
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
122
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
142
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
178
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
182
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
248
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
262
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
theme_service_browsertest.cc
23
!theme_service.
UsingDefaultTheme
();
theme_service.cc
185
!
UsingDefaultTheme
() &&
378
bool ThemeService::
UsingDefaultTheme
() const {
385
return
UsingDefaultTheme
();
theme_service.h
120
virtual bool
UsingDefaultTheme
() const;
theme_syncable_service.cc
256
theme_service_->
UsingDefaultTheme
() ?
273
} else if (theme_service_->
UsingDefaultTheme
()) {
theme_syncable_service_unittest.cc
107
virtual bool
UsingDefaultTheme
() const OVERRIDE {
327
EXPECT_TRUE(fake_theme_service_->
UsingDefaultTheme
());
/external/chromium_org/chrome/browser/sync/test/integration/
single_client_themes_sync_test.cc
16
using themes_helper::
UsingDefaultTheme
;
80
ASSERT_FALSE(
UsingDefaultTheme
(GetProfile(0)));
81
ASSERT_FALSE(
UsingDefaultTheme
(verifier()));
87
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
88
ASSERT_TRUE(
UsingDefaultTheme
(verifier()));
92
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
93
ASSERT_TRUE(
UsingDefaultTheme
(verifier()));
two_client_themes_sync_test.cc
18
using themes_helper::
UsingDefaultTheme
;
98
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
99
ASSERT_TRUE(
UsingDefaultTheme
(verifier()));
103
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(0)));
104
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(1)));
105
ASSERT_TRUE(
UsingDefaultTheme
(verifier()));
121
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(1)));
130
ASSERT_EQ(
UsingDefaultTheme
(GetProfile(0)),
131
UsingDefaultTheme
(GetProfile(1)));
164
ASSERT_TRUE(
UsingDefaultTheme
(GetProfile(1)))
[
all
...]
themes_helper.h
28
bool
UsingDefaultTheme
(Profile* profile) WARN_UNUSED_RESULT;
themes_helper.cc
46
bool
UsingDefaultTheme
(Profile* profile) {
47
return GetThemeService(profile)->
UsingDefaultTheme
();
/external/chromium/chrome/browser/themes/
theme_service.h
175
virtual bool
UsingDefaultTheme
();
theme_service.cc
348
bool ThemeService::
UsingDefaultTheme
() {
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h
59
virtual bool
UsingDefaultTheme
();
gtk_theme_service.cc
354
bool GtkThemeService::
UsingDefaultTheme
() {
355
return !use_gtk_ && ThemeService::
UsingDefaultTheme
();
[
all
...]
/external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc
469
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
501
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
549
EXPECT_FALSE(theme_service->
UsingDefaultTheme
());
574
EXPECT_TRUE(theme_service->
UsingDefaultTheme
());
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc
210
if (theme_service && !theme_service->
UsingDefaultTheme
() &&
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h
81
virtual bool
UsingDefaultTheme
() const OVERRIDE;
gtk_theme_service.cc
371
bool GtkThemeService::
UsingDefaultTheme
() const {
372
return !use_gtk_ && ThemeService::
UsingDefaultTheme
();
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc
345
bool is_classic_theme = !is_gtk_theme && provider->
UsingDefaultTheme
();
/external/chromium_org/chrome/browser/search/
instant_service.cc
340
theme_info_->using_default_theme = theme_service->
UsingDefaultTheme
();
/external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc
[
all
...]
Completed in 341 milliseconds