Home
last modified time | relevance | path

Searched refs:use_custom_theme (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/themes/
Dtheme_syncable_service.cc199 if (theme_specifics.use_custom_theme()) { in SetCurrentThemeFromThemeSpecifics()
266 bool use_custom_theme = (current_theme != NULL); in GetThemeSpecificsFromCurrentTheme() local
267 theme_specifics->set_use_custom_theme(use_custom_theme); in GetThemeSpecificsFromCurrentTheme()
287 if (use_custom_theme) { in GetThemeSpecificsFromCurrentTheme()
308 if (a.use_custom_theme() != b.use_custom_theme()) { in AreThemeSpecificsEqual()
312 if (a.use_custom_theme()) { in AreThemeSpecificsEqual()
Dtheme_syncable_service_unittest.cc400 EXPECT_TRUE(theme_specifics.use_custom_theme()); in TEST_F()
418 EXPECT_TRUE(theme_specifics.use_custom_theme()); in TEST_F()
496 EXPECT_TRUE(change_specifics.use_custom_theme()); in TEST_F()
649 EXPECT_FALSE(change_specifics.use_custom_theme()); in TEST_F()
/external/chromium_org/sync/protocol/
Dtheme_specifics.proto22 optional bool use_custom_theme = 1; field
30 // default theme and the system theme. Has no effect if use_custom_theme
Dproto_value_conversions.cc768 SET_BOOL(use_custom_theme); in ThemeSpecificsToValue()