Home
last modified time | relevance | path

Searched refs:has_cached_policy (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_unittest.cc184 EXPECT_CALL(m_, has_cached_policy()) in ExpectWhitelistOp()
203 EXPECT_CALL(m_, has_cached_policy()) in FailingStorePropertyOp()
286 EXPECT_CALL(m_, has_cached_policy()) in DoRetrieveProperty()
325 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
345 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
366 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
459 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
533 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
569 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
Dmock_ownership_service.h19 MOCK_METHOD0(has_cached_policy, bool(void));
Dsigned_settings_helper_unittest.cc117 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
167 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
Dsigned_settings.cc85 if (!service->has_cached_policy()) in EnumerateWhitelist()
339 if (!service_->has_cached_policy()) { in Execute()
432 if (!service_->has_cached_policy()) { in Execute()
547 if (!service_->has_cached_policy()) { in Execute()
672 if (!service_->has_cached_policy()) { in Execute()
Downership_service.h54 virtual bool has_cached_policy();
Downership_service.cc64 bool OwnershipService::has_cached_policy() { in has_cached_policy() function in chromeos::OwnershipService