HomeSort by relevance Sort by last modified time
    Searched refs:use_custom_theme (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 59 if (a.use_custom_theme() != b.use_custom_theme()) {
63 if (a.use_custom_theme()) {
90 if (theme_specifics.use_custom_theme()) {
151 if (!theme_specifics->use_custom_theme() &&
184 bool use_custom_theme = (current_theme != NULL); local
185 theme_specifics->set_use_custom_theme(use_custom_theme);
192 if (use_custom_theme) {
theme_util_unittest.cc 142 EXPECT_FALSE(theme_specifics.use_custom_theme());
161 EXPECT_FALSE(theme_specifics.use_custom_theme());
191 EXPECT_TRUE(theme_specifics.use_custom_theme());
209 EXPECT_TRUE(theme_specifics.use_custom_theme());
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 276 SET_BOOL(use_custom_theme);

Completed in 50 milliseconds