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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info_service_unittest.cc 44 class TestChangeProcessor : public syncer::SyncChangeProcessor {
46 TestChangeProcessor() {}
47 virtual ~TestChangeProcessor() {}
84 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
91 : sync_processor_(new TestChangeProcessor),
210 TestChangeProcessor* processor() {
211 return static_cast<TestChangeProcessor*>(sync_processor_.get());
chrome_notifier_service_unittest.cc 64 class TestChangeProcessor : public syncer::SyncChangeProcessor {
66 TestChangeProcessor() { }
67 virtual ~TestChangeProcessor() { }
103 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
109 : sync_processor_(new TestChangeProcessor),
142 TestChangeProcessor* processor() {
143 return static_cast<TestChangeProcessor*>(sync_processor_.get());
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 83 // TestChangeProcessor --------------------------------------------------------
87 class TestChangeProcessor : public syncer::SyncChangeProcessor {
89 TestChangeProcessor();
90 virtual ~TestChangeProcessor();
120 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
123 TestChangeProcessor::TestChangeProcessor() : erroneous_(false) {
126 TestChangeProcessor::~TestChangeProcessor() {
129 syncer::SyncError TestChangeProcessor::ProcessSyncChanges
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 34 // TestChangeProcessor --------------------------------------------------------
38 class TestChangeProcessor : public syncer::SyncChangeProcessor {
40 TestChangeProcessor();
41 virtual ~TestChangeProcessor();
77 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
80 TestChangeProcessor::TestChangeProcessor() : erroneous_(false) {
83 TestChangeProcessor::~TestChangeProcessor() {
86 syncer::SyncError TestChangeProcessor::ProcessSyncChanges
    [all...]

Completed in 453 milliseconds