HomeSort by relevance Sort by last modified time
    Searched full:recipient_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 81 : recipient_(recipient) {
82 DCHECK(recipient_);
90 return recipient_->ProcessSyncChanges(from_here, change_list);
95 return recipient_->GetAllSyncData(type);
100 syncer::SyncChangeProcessor* recipient_; member in class:extensions::__anon4817::SyncChangeProcessorDelegate
settings_sync_unittest.cc 162 : recipient_(recipient) {
163 DCHECK(recipient_);
171 return recipient_->ProcessSyncChanges(from_here, change_list);
176 return recipient_->GetAllSyncData(type);
181 syncer::SyncChangeProcessor* recipient_; member in class:extensions::__anon4822::SyncChangeProcessorDelegate
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 183 : recipient_(recipient) {
184 EXPECT_TRUE(recipient_);
192 return recipient_->ProcessSyncChanges(from_here, change_list);
197 return recipient_->GetAllSyncData(type);
202 SyncChangeProcessor* recipient_; member in class:notifier::SyncChangeProcessorDelegate
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1599 syncer::SyncChangeProcessor* const recipient_; member in class:history::SyncChangeProcessorDelegate::syncer
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 119 return recipient_->GetAllSyncData(type);
124 syncer::SyncChangeProcessor* recipient_; member in class:browser_sync::__anon5689::SyncChangeProcessorDelegate
131 : recipient_(recipient) {
132 DCHECK(recipient_);
141 return recipient_->ProcessSyncChanges(from_here, change_list);
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 160 return recipient_->GetAllSyncData(type);
165 syncer::SyncChangeProcessor* recipient_; member in class:__anon5576::SyncChangeProcessorDelegate
172 : recipient_(recipient) {
173 DCHECK(recipient_);
182 return recipient_->ProcessSyncChanges(from_here, change_list);
    [all...]

Completed in 755 milliseconds