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

  /external/chromium/chrome/browser/chromeos/login/
mock_ownership_service.h 24 MOCK_METHOD2(StartSigningAttempt, void(const std::string&,
signed_settings_helper_unittest.cc 129 EXPECT_CALL(m_, StartSigningAttempt(_, A<OwnerManager::Delegate*>()))
137 EXPECT_CALL(m_, StartSigningAttempt(_, A<OwnerManager::Delegate*>()))
142 EXPECT_CALL(m_, StartSigningAttempt(_, A<OwnerManager::Delegate*>()))
180 EXPECT_CALL(m_, StartSigningAttempt(_, A<OwnerManager::Delegate*>()))
188 EXPECT_CALL(m_, StartSigningAttempt(_, A<OwnerManager::Delegate*>()))
196 EXPECT_CALL(m_, StartSigningAttempt(_, A<OwnerManager::Delegate*>()))
ownership_service.h 76 virtual void StartSigningAttempt(const std::string& data,
signed_settings_unittest.cc 182 EXPECT_CALL(m_, StartSigningAttempt(_, _))
199 EXPECT_CALL(m_, StartSigningAttempt(_, _))
227 EXPECT_CALL(m_, StartSigningAttempt(StrEq(fake_prop_), _))
455 EXPECT_CALL(m_, StartSigningAttempt(_, _))
603 EXPECT_CALL(m_, StartSigningAttempt(StrEq(data_serialized), _))
ownership_service.cc 120 void OwnershipService::StartSigningAttempt(const std::string& data,
signed_settings.cc 444 service_->StartSigningAttempt(to_store_.policy_data(), this);
556 service_->StartSigningAttempt(to_store_.policy_data(), this);
786 service_->StartSigningAttempt(policy_->policy_data(), this);

Completed in 128 milliseconds