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

  /external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc 32 #include "sync/protocol/theme_specifics.pb.h"
209 const sync_pb::ThemeSpecifics& theme_specifics) {
212 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
313 sync_pb::ThemeSpecifics theme_specifics; local
314 theme_specifics.set_use_system_theme_by_default(true);
322 MakeThemeDataList(theme_specifics),
334 sync_pb::ThemeSpecifics theme_specifics; local
335 theme_specifics.set_use_custom_theme(true);
336 theme_specifics.set_custom_theme_id(theme_extension_->id());
337 theme_specifics.set_custom_theme_name(kCustomThemeName)
398 const sync_pb::ThemeSpecifics& theme_specifics = local
416 const sync_pb::ThemeSpecifics& theme_specifics = local
448 sync_pb::ThemeSpecifics theme_specifics; local
543 sync_pb::ThemeSpecifics theme_specifics; local
574 sync_pb::ThemeSpecifics theme_specifics; local
622 sync_pb::ThemeSpecifics theme_specifics; local
    [all...]
theme_syncable_service.cc 17 #include "sync/protocol/theme_specifics.pb.h"
198 const sync_pb::ThemeSpecifics& theme_specifics) {
199 if (theme_specifics.use_custom_theme()) {
202 string id(theme_specifics.custom_theme_id());
203 GURL update_url(theme_specifics.custom_theme_update_url());
245 } else if (theme_specifics.use_system_theme_by_default()) {
255 sync_pb::ThemeSpecifics* theme_specifics) const {
267 theme_specifics->set_use_custom_theme(use_custom_theme);
273 theme_specifics->set_use_system_theme_by_default(true);
275 theme_specifics->set_use_system_theme_by_default(false)
    [all...]
theme_syncable_service.h 64 const sync_pb::ThemeSpecifics& theme_specifics);
66 // If the current theme is syncable, fills in the passed |theme_specifics|
70 sync_pb::ThemeSpecifics* theme_specifics) const;
72 // Updates theme specifics in sync to |theme_specifics|.
75 const sync_pb::ThemeSpecifics& theme_specifics);
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 272 const sync_pb::ThemeSpecifics& theme_specifics);

Completed in 57 milliseconds