HomeSort by relevance Sort by last modified time
    Searched defs:theme_specifics (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
theme_change_processor.cc 11 #include "chrome/browser/sync/protocol/theme_specifics.pb.h"
89 sync_pb::ThemeSpecifics theme_specifics; local
101 theme_specifics = node.GetThemeSpecifics();
104 SetCurrentThemeFromThemeSpecificsIfNecessary(theme_specifics, profile_);
theme_model_associator.cc 14 #include "chrome/browser/sync/protocol/theme_specifics.pb.h"
55 sync_pb::ThemeSpecifics theme_specifics = node.GetThemeSpecifics(); local
57 &theme_specifics))
58 node.SetThemeSpecifics(theme_specifics);
69 sync_pb::ThemeSpecifics theme_specifics; local
70 GetThemeSpecificsFromCurrentTheme(profile, &theme_specifics);
71 node.SetThemeSpecifics(theme_specifics);
theme_util_unittest.cc 10 #include "chrome/browser/sync/protocol/theme_specifics.pb.h"
102 sync_pb::ThemeSpecifics theme_specifics; local
110 SetCurrentThemeFromThemeSpecifics(theme_specifics, &profile);
114 sync_pb::ThemeSpecifics theme_specifics; local
115 theme_specifics.set_use_system_theme_by_default(true);
124 SetCurrentThemeFromThemeSpecifics(theme_specifics, &profile);
132 sync_pb::ThemeSpecifics theme_specifics; local
133 theme_specifics.set_use_custom_theme(true);
134 theme_specifics.set_use_system_theme_by_default(true);
135 theme_specifics.set_custom_theme_name("name")
152 sync_pb::ThemeSpecifics theme_specifics; local
180 sync_pb::ThemeSpecifics theme_specifics; local
199 sync_pb::ThemeSpecifics theme_specifics; local
228 sync_pb::ThemeSpecifics theme_specifics; local
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc 28 #include "sync/protocol/theme_specifics.pb.h"
226 const sync_pb::ThemeSpecifics& theme_specifics) {
229 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
324 sync_pb::ThemeSpecifics theme_specifics; local
325 theme_specifics.set_use_system_theme_by_default(true);
330 syncer::THEMES, MakeThemeDataList(theme_specifics),
339 sync_pb::ThemeSpecifics theme_specifics; local
340 theme_specifics.set_use_custom_theme(true);
341 theme_specifics.set_custom_theme_id(theme_extension_->id());
342 theme_specifics.set_custom_theme_name(kCustomThemeName)
388 const sync_pb::ThemeSpecifics& theme_specifics = local
406 const sync_pb::ThemeSpecifics& theme_specifics = local
432 sync_pb::ThemeSpecifics theme_specifics; local
523 sync_pb::ThemeSpecifics theme_specifics; local
551 sync_pb::ThemeSpecifics theme_specifics; local
590 sync_pb::ThemeSpecifics theme_specifics; local
    [all...]

Completed in 61 milliseconds