Searched refs:OnPolicyFetched (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_stub.cc49 void ComponentCloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) {} function in class:policy::ComponentCloudPolicyService
H A Dcloud_policy_client_registration_helper.h83 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_refresh_scheduler.h71 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_service.h60 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Dmock_cloud_policy_client.h67 MOCK_METHOD1(OnPolicyFetched, void(CloudPolicyClient*));
H A Dcloud_policy_client_unittest.cc227 EXPECT_CALL(observer_, OnPolicyFetched(_));
244 EXPECT_CALL(observer_, OnPolicyFetched(_));
328 EXPECT_CALL(observer_, OnPolicyFetched(_));
337 EXPECT_CALL(observer_, OnPolicyFetched(_));
360 EXPECT_CALL(observer_, OnPolicyFetched(_));
378 EXPECT_CALL(observer_, OnPolicyFetched(_));
393 EXPECT_CALL(observer_, OnPolicyFetched(_));
415 EXPECT_CALL(observer_, OnPolicyFetched(_));
515 EXPECT_CALL(observer_, OnPolicyFetched(_));
H A Dcomponent_cloud_policy_service.cc313 OnPolicyFetched(core_->client());
368 // When that happens, OnPolicyFetched() is sent to observers before the
375 OnPolicyFetched(core_->client());
384 void ComponentCloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) { function in class:policy::ComponentCloudPolicyService
483 OnPolicyFetched(core_->client());
H A Dcomponent_cloud_policy_service.h114 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_client.h56 virtual void OnPolicyFetched(CloudPolicyClient* client) = 0;
213 // Observers can call this method from their OnPolicyFetched method to
H A Dcloud_policy_service.cc61 void CloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) { function in class:policy::CloudPolicyService
H A Dcloud_policy_client_registration_helper.cc278 void CloudPolicyClientRegistrationHelper::OnPolicyFetched( function in class:policy::CloudPolicyClientRegistrationHelper
H A Dcloud_policy_refresh_scheduler.cc113 void CloudPolicyRefreshScheduler::OnPolicyFetched(CloudPolicyClient* client) { function in class:policy::CloudPolicyRefreshScheduler
H A Dcomponent_cloud_policy_service_unittest.cc375 service_->OnPolicyFetched(client_);
468 service_->OnPolicyFetched(client_);
H A Dcloud_policy_client.cc464 FOR_EACH_OBSERVER(Observer, observers_, OnPolicyFetched(this));
H A Dcloud_policy_refresh_scheduler_unittest.cc329 TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnPolicyFetched) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos.h100 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Denrollment_handler_chromeos.h86 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Duser_cloud_policy_manager_chromeos.cc233 void UserCloudPolicyManagerChromeOS::OnPolicyFetched( function in class:policy::UserCloudPolicyManagerChromeOS
H A Denrollment_handler_chromeos.cc101 void EnrollmentHandlerChromeOS::OnPolicyFetched(CloudPolicyClient* client) { function in class:policy::EnrollmentHandlerChromeOS
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_base.h98 virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
H A Duser_policy_signin_service_base.cc106 void UserPolicySigninServiceBase::OnPolicyFetched(CloudPolicyClient* client) {} function in class:policy::UserPolicySigninServiceBase
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.h342 void OnPolicyFetched(const std::string& policy,
H A Dwallpaper_manager.cc793 void WallpaperManager::OnPolicyFetched(const std::string& policy, function in class:chromeos::WallpaperManager
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc420 WallpaperManager::Get()->OnPolicyFetched(policy, user_id, data.Pass());

Completed in 2307 milliseconds