Searched refs:has_cached_policy (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | signed_settings_unittest.cc | 184 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()
|
D | mock_ownership_service.h | 19 MOCK_METHOD0(has_cached_policy, bool(void));
|
D | signed_settings_helper_unittest.cc | 117 EXPECT_CALL(m_, has_cached_policy()) in TEST_F() 167 EXPECT_CALL(m_, has_cached_policy()) in TEST_F()
|
D | signed_settings.cc | 85 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()
|
D | ownership_service.h | 54 virtual bool has_cached_policy();
|
D | ownership_service.cc | 64 bool OwnershipService::has_cached_policy() { in has_cached_policy() function in chromeos::OwnershipService
|