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

  /external/chromium_org/components/invalidation/
invalidation_service_test_template.cc 17 BoundFakeInvalidationHandler::GetLastRetrievedState() const {
invalidator_test_template.cc 17 InvalidatorState BoundFakeInvalidationHandler::GetLastRetrievedState() const {
invalidation_service_test_template.h 347 syncer::InvalidatorState GetLastRetrievedState() const;
372 EXPECT_EQ(syncer::INVALIDATIONS_ENABLED, handler.GetLastRetrievedState());
379 handler.GetLastRetrievedState());
invalidator_test_template.h 340 InvalidatorState GetLastRetrievedState() const;
362 EXPECT_EQ(INVALIDATIONS_ENABLED, handler.GetLastRetrievedState());
366 EXPECT_EQ(TRANSIENT_INVALIDATION_ERROR, handler.GetLastRetrievedState());

Completed in 486 milliseconds