Searched defs:profile_invalidation_service (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_invalidator_unittest.cc302 invalidation::FakeInvalidationService* profile_invalidation_service = local
304 ASSERT_TRUE(profile_invalidation_service);
312 profile_invalidation_service->SetInvalidatorState(
320 profile_invalidation_service = GetProfileInvalidationService(profile);
321 ASSERT_TRUE(profile_invalidation_service);
327 EXPECT_EQ(profile_invalidation_service, GetInvalidationService());
330 profile_invalidation_service->SetInvalidatorState(
338 profile_invalidation_service = GetProfileInvalidationService(profile);
339 EXPECT_TRUE(profile_invalidation_service);
361 invalidation::FakeInvalidationService* profile_invalidation_service local
428 invalidation::FakeInvalidationService* profile_invalidation_service = local
487 invalidation::FakeInvalidationService* profile_invalidation_service = local
538 invalidation::FakeInvalidationService* profile_invalidation_service = local
[all...]

Completed in 456 milliseconds