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.cc206 if (theme_specifics.use_custom_theme()) { in SetCurrentThemeFromThemeSpecifics()
267 bool use_custom_theme = (current_theme != NULL); in GetThemeSpecificsFromCurrentTheme() local
268 theme_specifics->set_use_custom_theme(use_custom_theme); in GetThemeSpecificsFromCurrentTheme()
288 if (use_custom_theme) { in GetThemeSpecificsFromCurrentTheme()
309 if (a.use_custom_theme() != b.use_custom_theme()) { in AreThemeSpecificsEqual()
313 if (a.use_custom_theme()) { in AreThemeSpecificsEqual()
Dtheme_syncable_service_unittest.cc401 EXPECT_TRUE(theme_specifics.use_custom_theme()); in TEST_F()
419 EXPECT_TRUE(theme_specifics.use_custom_theme()); in TEST_F()
497 EXPECT_TRUE(change_specifics.use_custom_theme()); in TEST_F()
652 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.cc753 SET_BOOL(use_custom_theme); in ThemeSpecificsToValue()