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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 130 class TestChangeProcessor : public syncer::SyncChangeProcessor {
132 TestChangeProcessor() { }
133 virtual ~TestChangeProcessor() { }
164 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
194 : sync_processor_(new TestChangeProcessor),
205 TestChangeProcessor* processor() {
206 return static_cast<TestChangeProcessor*>(sync_processor_.get());
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc 36 // TestChangeProcessor --------------------------------------------------------
38 class TestChangeProcessor : public syncer::SyncChangeProcessor {
40 TestChangeProcessor() : change_output_(NULL) {}
59 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
163 fake_change_processor_.reset(new TestChangeProcessor);
252 static_cast<TestChangeProcessor*>(fake_change_processor_.get())->
history_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 82 // TestChangeProcessor --------------------------------------------------------
86 class TestChangeProcessor : public syncer::SyncChangeProcessor {
88 TestChangeProcessor();
89 virtual ~TestChangeProcessor();
114 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
117 TestChangeProcessor::TestChangeProcessor() : erroneous_(false) {
120 TestChangeProcessor::~TestChangeProcessor() {
123 syncer::SyncError TestChangeProcessor::ProcessSyncChanges
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 30 // TestChangeProcessor --------------------------------------------------------
34 class TestChangeProcessor : public syncer::SyncChangeProcessor {
36 TestChangeProcessor();
37 virtual ~TestChangeProcessor();
68 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
71 TestChangeProcessor::TestChangeProcessor() : erroneous_(false) {
74 TestChangeProcessor::~TestChangeProcessor() {
77 syncer::SyncError TestChangeProcessor::ProcessSyncChanges
    [all...]

Completed in 218 milliseconds