Home
last modified time | relevance | path

Searched refs:GetLastRetrievedState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/notifier/
Dinvalidator_test_template.cc17 InvalidatorState BoundFakeInvalidationHandler::GetLastRetrievedState() const { in GetLastRetrievedState() function in syncer::internal::BoundFakeInvalidationHandler
Dinvalidator_test_template.h340 InvalidatorState GetLastRetrievedState() const;
362 EXPECT_EQ(INVALIDATIONS_ENABLED, handler.GetLastRetrievedState()); in TYPED_TEST_P()
366 EXPECT_EQ(TRANSIENT_INVALIDATION_ERROR, handler.GetLastRetrievedState()); in TYPED_TEST_P()
/external/chromium_org/chrome/browser/invalidation/
Dinvalidation_service_test_template.cc17 BoundFakeInvalidationHandler::GetLastRetrievedState() const { in GetLastRetrievedState() function in internal::BoundFakeInvalidationHandler
Dinvalidation_service_test_template.h347 syncer::InvalidatorState GetLastRetrievedState() const;
372 EXPECT_EQ(syncer::INVALIDATIONS_ENABLED, handler.GetLastRetrievedState()); in TYPED_TEST_P()
379 handler.GetLastRetrievedState()); in TYPED_TEST_P()