Searched refs:GetBufferedProtocolEvents (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dprotocol_event_buffer.h31 ScopedVector<ProtocolEvent> GetBufferedProtocolEvents() const;
H A Dprotocol_event_buffer.cc28 ProtocolEventBuffer::GetBufferedProtocolEvents() const { function in class:syncer::ProtocolEventBuffer
H A Dprotocol_event_buffer_unittest.cc52 buffer_.GetBufferedProtocolEvents());
66 buffer_.GetBufferedProtocolEvents());
H A Dsync_rollback_manager_base.h70 virtual ScopedVector<ProtocolEvent> GetBufferedProtocolEvents()
H A Dsync_manager_impl.h121 GetBufferedProtocolEvents() OVERRIDE;
H A Dsync_rollback_manager_base.cc230 SyncRollbackManagerBase::GetBufferedProtocolEvents() { function in class:syncer::SyncRollbackManagerBase
H A Dsync_manager_impl.cc1118 SyncManagerImpl::GetBufferedProtocolEvents() { function in class:syncer::SyncManagerImpl
1119 return protocol_event_buffer_.GetBufferedProtocolEvents();
/external/chromium_org/sync/internal_api/public/
H A Dsync_manager.h360 virtual ScopedVector<syncer::ProtocolEvent> GetBufferedProtocolEvents() = 0;
/external/chromium_org/sync/internal_api/public/test/
H A Dfake_sync_manager.h127 GetBufferedProtocolEvents() OVERRIDE;
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc239 FakeSyncManager::GetBufferedProtocolEvents() { function in class:syncer::FakeSyncManager
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc634 sync_manager_->GetBufferedProtocolEvents().release(&buffered_events);

Completed in 134 milliseconds