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

  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos.h 87 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
enrollment_handler_chromeos.h 71 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
user_cloud_policy_manager_chromeos.cc 164 void UserCloudPolicyManagerChromeOS::OnPolicyFetched(
enrollment_handler_chromeos.cc 79 void EnrollmentHandlerChromeOS::OnPolicyFetched(CloudPolicyClient* client) {
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_client_registration_helper.h 75 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
cloud_policy_refresh_scheduler.h 66 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
cloud_policy_service.h 59 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
mock_cloud_policy_client.h 66 MOCK_METHOD1(OnPolicyFetched, void(CloudPolicyClient*));
user_policy_signin_service_base.h 73 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
cloud_policy_client_unittest.cc 214 EXPECT_CALL(observer_, OnPolicyFetched(_));
231 EXPECT_CALL(observer_, OnPolicyFetched(_));
311 EXPECT_CALL(observer_, OnPolicyFetched(_));
320 EXPECT_CALL(observer_, OnPolicyFetched(_));
343 EXPECT_CALL(observer_, OnPolicyFetched(_));
361 EXPECT_CALL(observer_, OnPolicyFetched(_));
376 EXPECT_CALL(observer_, OnPolicyFetched(_));
398 EXPECT_CALL(observer_, OnPolicyFetched(_));
494 EXPECT_CALL(observer_, OnPolicyFetched(_));
component_cloud_policy_service.h 95 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
component_cloud_policy_service.cc 315 void ComponentCloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) {
413 OnPolicyFetched(client_);
436 // previous OnPolicyFetched() call had its PolicyFetchResponses rejected
441 OnPolicyFetched(client_);
cloud_policy_client.h 50 virtual void OnPolicyFetched(CloudPolicyClient* client) = 0;
195 // Observers can call this method from their OnPolicyFetched method to
cloud_policy_service.cc 61 void CloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) {
user_policy_signin_service_base.cc 103 void UserPolicySigninServiceBase::OnPolicyFetched(CloudPolicyClient* client) {}
cloud_policy_client_registration_helper.cc 271 void CloudPolicyClientRegistrationHelper::OnPolicyFetched(
cloud_policy_refresh_scheduler.cc 150 void CloudPolicyRefreshScheduler::OnPolicyFetched(CloudPolicyClient* client) {
component_cloud_policy_service_unittest.cc 399 service_->OnPolicyFetched(&client_);
488 service_->OnPolicyFetched(&client_);
cloud_policy_client.cc 429 FOR_EACH_OBSERVER(Observer, observers_, OnPolicyFetched(this));
cloud_policy_refresh_scheduler_unittest.cc 355 TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnPolicyFetched) {

Completed in 105 milliseconds