Searched refs:SyncChangeProcessorDelegate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc117 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in inherits:syncer::SyncChangeProcessor
119 explicit SyncChangeProcessorDelegate(SpellcheckCustomDictionary* dictionary) function in class:SyncChangeProcessorDelegate
121 virtual ~SyncChangeProcessorDelegate() {}
137 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
492 new SyncChangeProcessorDelegate(custom_dictionary2)),
530 new SyncChangeProcessorDelegate(custom_dictionary2)),
582 new SyncChangeProcessorDelegate(custom_dictionary2)),
633 new SyncChangeProcessorDelegate(custom_dictionary2)),
679 new SyncChangeProcessorDelegate(custom_dictionary2)),
722 new SyncChangeProcessorDelegate(custom_dictionary
[all...]
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_apitest.cc78 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in namespace:extensions::__anon5127
80 explicit SyncChangeProcessorDelegate(syncer::SyncChangeProcessor* recipient) function in class:extensions::__anon5127::SyncChangeProcessorDelegate
84 virtual ~SyncChangeProcessorDelegate() {}
102 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
236 new SyncChangeProcessorDelegate(sync_processor)),
H A Dsettings_sync_unittest.cc159 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in namespace:extensions::__anon5132
161 explicit SyncChangeProcessorDelegate(syncer::SyncChangeProcessor* recipient) function in class:extensions::__anon5132::SyncChangeProcessorDelegate
165 virtual ~SyncChangeProcessorDelegate() {}
183 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
222 sync_processor_delegate_(new SyncChangeProcessorDelegate(
283 scoped_ptr<SyncChangeProcessorDelegate> sync_processor_delegate_;
695 scoped_ptr<SyncChangeProcessorDelegate> app_settings_delegate_(
696 new SyncChangeProcessorDelegate(sync_processor_.get()));
848 sync_processor_delegate_.reset(new SyncChangeProcessorDelegate(
1129 sync_processor_delegate_.reset(new SyncChangeProcessorDelegate(
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_sync_unittest.cc146 // SyncChangeProcessorDelegate ------------------------------------------------
148 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in namespace:__anon5886
150 explicit SyncChangeProcessorDelegate(syncer::SyncChangeProcessor* recipient);
151 virtual ~SyncChangeProcessorDelegate();
167 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
170 SyncChangeProcessorDelegate::SyncChangeProcessorDelegate( function in class:__anon5886::SyncChangeProcessorDelegate
176 SyncChangeProcessorDelegate::~SyncChangeProcessorDelegate() {
179 syncer::SyncError SyncChangeProcessorDelegate
[all...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service_unittest.cc180 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in namespace:notifier
182 explicit SyncChangeProcessorDelegate(SyncChangeProcessor* recipient) function in class:notifier::SyncChangeProcessorDelegate
186 virtual ~SyncChangeProcessorDelegate() {}
204 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
211 sync_processor_delegate_(new SyncChangeProcessorDelegate(
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc105 // SyncChangeProcessorDelegate ------------------------------------------------
107 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in namespace:browser_sync::__anon5999
109 explicit SyncChangeProcessorDelegate(syncer::SyncChangeProcessor* recipient);
110 virtual ~SyncChangeProcessorDelegate();
126 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
129 SyncChangeProcessorDelegate::SyncChangeProcessorDelegate( function in class:browser_sync::__anon5999::SyncChangeProcessorDelegate
135 SyncChangeProcessorDelegate::~SyncChangeProcessorDelegate() {
138 syncer::SyncError SyncChangeProcessorDelegate
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc1576 class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor { class in namespace:history
1578 explicit SyncChangeProcessorDelegate(syncer::SyncChangeProcessor* recipient) function in class:history::SyncChangeProcessorDelegate
1583 virtual ~SyncChangeProcessorDelegate() {}
1601 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorDelegate);
1635 new SyncChangeProcessorDelegate(&change_processor)),
1715 new SyncChangeProcessorDelegate(&change_processor)),
1791 new SyncChangeProcessorDelegate(&change_processor)),

Completed in 560 milliseconds