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

  /external/chromium/chrome/browser/chromeos/login/
mock_ownership_service.h 19 MOCK_METHOD0(has_cached_policy, bool(void));
ownership_service.h 54 virtual bool has_cached_policy();
signed_settings_unittest.cc 184 EXPECT_CALL(m_, has_cached_policy())
203 EXPECT_CALL(m_, has_cached_policy())
286 EXPECT_CALL(m_, has_cached_policy())
325 EXPECT_CALL(m_, has_cached_policy())
345 EXPECT_CALL(m_, has_cached_policy())
366 EXPECT_CALL(m_, has_cached_policy())
459 EXPECT_CALL(m_, has_cached_policy())
533 EXPECT_CALL(m_, has_cached_policy())
569 EXPECT_CALL(m_, has_cached_policy())
signed_settings_helper_unittest.cc 117 EXPECT_CALL(m_, has_cached_policy())
167 EXPECT_CALL(m_, has_cached_policy())
signed_settings.cc 85 if (!service->has_cached_policy())
339 if (!service_->has_cached_policy()) {
432 if (!service_->has_cached_policy()) {
547 if (!service_->has_cached_policy()) {
672 if (!service_->has_cached_policy()) {
ownership_service.cc 64 bool OwnershipService::has_cached_policy() { function in class:chromeos::OwnershipService

Completed in 743 milliseconds