Searched refs:ThemeSpecifics (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/themes/ |
D | theme_syncable_service.h | 21 class ThemeSpecifics; variable 54 const sync_pb::ThemeSpecifics& a, 55 const sync_pb::ThemeSpecifics& b, 60 void MaybeSetTheme(const sync_pb::ThemeSpecifics& current_specs, 64 const sync_pb::ThemeSpecifics& theme_specifics); 70 sync_pb::ThemeSpecifics* theme_specifics) const; 75 const sync_pb::ThemeSpecifics& theme_specifics);
|
D | theme_syncable_service.cc | 46 sync_pb::ThemeSpecifics current_specifics; in OnThemeChange() 76 sync_pb::ThemeSpecifics current_specifics; in MergeDataAndStartSyncing() 156 sync_pb::ThemeSpecifics current_specifics; in ProcessSyncChanges() 182 const sync_pb::ThemeSpecifics& current_specs, in MaybeSetTheme() 184 const sync_pb::ThemeSpecifics& sync_theme = sync_data.GetSpecifics().theme(); in MaybeSetTheme() 198 const sync_pb::ThemeSpecifics& theme_specifics) { in SetCurrentThemeFromThemeSpecifics() 255 sync_pb::ThemeSpecifics* theme_specifics) const { in GetThemeSpecificsFromCurrentTheme() 305 const sync_pb::ThemeSpecifics& a, in AreThemeSpecificsEqual() 306 const sync_pb::ThemeSpecifics& b, in AreThemeSpecificsEqual() 329 const sync_pb::ThemeSpecifics& theme_specifics) { in ProcessNewTheme()
|
D | theme_syncable_service_unittest.cc | 209 const sync_pb::ThemeSpecifics& theme_specifics) { in MakeThemeDataList() 245 sync_pb::ThemeSpecifics a, b; in TEST_F() 301 MakeThemeDataList(sync_pb::ThemeSpecifics()), in TEST_F() 313 sync_pb::ThemeSpecifics theme_specifics; in TEST_F() 334 sync_pb::ThemeSpecifics theme_specifics; in TEST_F() 365 MakeThemeDataList(sync_pb::ThemeSpecifics()), in TEST_F() 398 const sync_pb::ThemeSpecifics& theme_specifics = in TEST_F() 416 const sync_pb::ThemeSpecifics& theme_specifics = in TEST_F() 436 MakeThemeDataList(sync_pb::ThemeSpecifics()), in TEST_F() 448 sync_pb::ThemeSpecifics theme_specifics; in TEST_F() [all …]
|
/external/chromium_org/sync/internal_api/public/ |
D | write_node.h | 27 class ThemeSpecifics; variable 149 void SetThemeSpecifics(const sync_pb::ThemeSpecifics& specifics);
|
D | base_node.h | 38 class ThemeSpecifics; variable 143 const sync_pb::ThemeSpecifics& GetThemeSpecifics() const;
|
/external/chromium_org/sync/protocol/ |
D | proto_value_conversions.h | 78 class ThemeSpecifics; variable 272 const sync_pb::ThemeSpecifics& theme_specifics);
|
D | theme_specifics.proto | 18 message ThemeSpecifics { message
|
D | proto_value_conversions.cc | 766 const sync_pb::ThemeSpecifics& proto) { in ThemeSpecificsToValue()
|
D | sync.proto | 105 optional ThemeSpecifics theme = 41210;
|
/external/chromium_org/sync/internal_api/ |
D | base_node.cc | 249 const sync_pb::ThemeSpecifics& BaseNode::GetThemeSpecifics() const { in GetThemeSpecifics()
|
D | write_node.cc | 177 const sync_pb::ThemeSpecifics& new_value) { in SetThemeSpecifics()
|