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

  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 24 class ThemeSyncableService : public syncer::SyncableService {
26 ThemeSyncableService(Profile* profile, // Same profile used by theme_service.
28 virtual ~ThemeSyncableService();
91 DISALLOW_COPY_AND_ASSIGN(ThemeSyncableService);
theme_syncable_service.cc 37 const char ThemeSyncableService::kCurrentThemeClientTag[] = "current_theme";
38 const char ThemeSyncableService::kCurrentThemeNodeTitle[] = "Current Theme";
40 ThemeSyncableService::ThemeSyncableService(Profile* profile,
49 ThemeSyncableService::~ThemeSyncableService() {
52 void ThemeSyncableService::OnThemeChange() {
63 syncer::SyncMergeResult ThemeSyncableService::MergeDataAndStartSyncing(
108 void ThemeSyncableService::StopSyncing(syncer::ModelType type) {
116 syncer::SyncDataList ThemeSyncableService::GetAllSyncData
    [all...]

Completed in 1377 milliseconds