HomeSort by relevance Sort by last modified time
    Searched full:use_custom_theme (Results 1 - 8 of 8) 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/
theme_specifics.proto 24 optional bool use_custom_theme = 1;
32 // default theme and the system theme. Has no effect if use_custom_theme
proto_value_conversions.cc 276 SET_BOOL(use_custom_theme);
  /external/chromium_org/sync/protocol/
theme_specifics.proto 22 optional bool use_custom_theme = 1;
30 // default theme and the system theme. Has no effect if use_custom_theme
proto_value_conversions.cc 689 SET_BOOL(use_custom_theme);
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.cc 205 if (theme_specifics.use_custom_theme()) {
265 bool use_custom_theme = (current_theme != NULL); local
266 theme_specifics->set_use_custom_theme(use_custom_theme);
286 if (use_custom_theme) {
307 if (a.use_custom_theme() != b.use_custom_theme()) {
311 if (a.use_custom_theme()) {
theme_syncable_service_unittest.cc 397 EXPECT_TRUE(theme_specifics.use_custom_theme());
415 EXPECT_TRUE(theme_specifics.use_custom_theme());
480 EXPECT_TRUE(change_specifics.use_custom_theme());
617 EXPECT_FALSE(change_specifics.use_custom_theme());

Completed in 94 milliseconds