Searched refs:GetLastSessionSnapshot (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dupdated_progress_marker_checker.cc28 // this current sync cycle won't be available from GetLastSessionSnapshot()
39 service()->GetLastSessionSnapshot();
H A Dp2p_invalidation_forwarder.cc28 sync_service_->GetLastSessionSnapshot();
H A Dsync_exponential_backoff_test.cc38 const SyncSessionSnapshot& snap = service()->GetLastSessionSnapshot();
47 const SyncSessionSnapshot& snap = service()->GetLastSessionSnapshot();
H A Dquiesce_status_change_checker.cc29 service1->GetLastSessionSnapshot();
31 service2->GetLastSessionSnapshot();
132 service_->GetLastSessionSnapshot();
H A Dprofile_sync_service_harness.h87 syncer::sessions::SyncSessionSnapshot GetLastSessionSnapshot() const;
H A Dprofile_sync_service_harness.cc290 SyncSessionSnapshot ProfileSyncServiceHarness::GetLastSessionSnapshot() const { function in class:ProfileSyncServiceHarness
293 return service()->GetLastSessionSnapshot();
410 const SyncSessionSnapshot& snap = GetLastSessionSnapshot();
H A Dtwo_client_bookmarks_sync_test.cc1919 GetClient(1)->GetLastSessionSnapshot().num_encryption_conflicts());
1926 GetClient(1)->GetLastSessionSnapshot().num_encryption_conflicts());
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host.h161 GetLastSessionSnapshot() const = 0;
H A Dsync_backend_host_mock.cc86 SyncBackendHostMock::GetLastSessionSnapshot() const { function in class:browser_sync::SyncBackendHostMock
H A Dsync_backend_host_mock.h81 GetLastSessionSnapshot() const OVERRIDE;
H A Dsync_backend_host_impl.h121 GetLastSessionSnapshot() const OVERRIDE;
H A Dsync_backend_host_impl.cc473 SyncBackendHostImpl::GetLastSessionSnapshot() const { function in class:browser_sync::SyncBackendHostImpl
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.h82 MOCK_CONST_METHOD0(GetLastSessionSnapshot,
H A Dabout_sync_util.cc332 service->GetLastSessionSnapshot() :
H A Dprofile_sync_service.h570 GetLastSessionSnapshot() const;
H A Dprofile_sync_service.cc1977 ProfileSyncService::GetLastSessionSnapshot() const { function in class:ProfileSyncService
1979 return backend_->GetLastSessionSnapshot();

Completed in 5688 milliseconds