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 29 const char ThemeSyncableService::kCurrentThemeClientTag[] = "current_theme";
30 const char ThemeSyncableService::kCurrentThemeNodeTitle[] = "Current Theme";
32 ThemeSyncableService::ThemeSyncableService(Profile* profile,
41 ThemeSyncableService::~ThemeSyncableService() {
44 void ThemeSyncableService::OnThemeChange() {
55 syncer::SyncMergeResult ThemeSyncableService::MergeDataAndStartSyncing(
100 void ThemeSyncableService::StopSyncing(syncer::ModelType type) {
108 syncer::SyncDataList ThemeSyncableService::GetAllSyncData
    [all...]

Completed in 108 milliseconds