Searched refs:use_custom_theme (Results 1 – 4 of 4) sorted by relevance
59 if (a.use_custom_theme() != b.use_custom_theme()) { in AreThemeSpecificsEqualHelper()63 if (a.use_custom_theme()) { in AreThemeSpecificsEqualHelper()90 if (theme_specifics.use_custom_theme()) { in SetCurrentThemeFromThemeSpecifics()151 if (!theme_specifics->use_custom_theme() && in UpdateThemeSpecificsOrSetCurrentThemeIfNecessary()184 bool use_custom_theme = (current_theme != NULL); in GetThemeSpecificsFromCurrentThemeHelper() local185 theme_specifics->set_use_custom_theme(use_custom_theme); in GetThemeSpecificsFromCurrentThemeHelper()192 if (use_custom_theme) { in GetThemeSpecificsFromCurrentThemeHelper()
142 EXPECT_FALSE(theme_specifics.use_custom_theme()); in TEST_F()161 EXPECT_FALSE(theme_specifics.use_custom_theme()); in TEST_F()191 EXPECT_TRUE(theme_specifics.use_custom_theme()); in TEST_F()209 EXPECT_TRUE(theme_specifics.use_custom_theme()); in TEST_F()
24 optional bool use_custom_theme = 1; field32 // default theme and the system theme. Has no effect if use_custom_theme
276 SET_BOOL(use_custom_theme); in ThemeSpecificsToValue()