Searched refs:OnRobotAuthCodesFetched (Results 1 – 5 of 5) sorted by relevance
69 MOCK_METHOD1(OnRobotAuthCodesFetched, void(CloudPolicyClient*));
45 void CloudPolicyClient::Observer::OnRobotAuthCodesFetched( in OnRobotAuthCodesFetched() function in policy::CloudPolicyClient::Observer472 FOR_EACH_OBSERVER(Observer, observers_, OnRobotAuthCodesFetched(this)); in NotifyRobotAuthCodesFetched()
65 virtual void OnRobotAuthCodesFetched(CloudPolicyClient* client);
83 virtual void OnRobotAuthCodesFetched(CloudPolicyClient* client) OVERRIDE;
250 void EnrollmentHandlerChromeOS::OnRobotAuthCodesFetched( in OnRobotAuthCodesFetched() function in policy::EnrollmentHandlerChromeOS