OnPolicyFetched  1006 chrome/browser/chromeos/login/user_manager_impl.cc     WallpaperManager::Get()->OnPolicyFetched(policy, user_id, data.Pass());
OnPolicyFetched   304 chrome/browser/chromeos/login/wallpaper_manager.h   void OnPolicyFetched(const std::string& policy,
OnPolicyFetched    79 chrome/browser/chromeos/policy/enrollment_handler_chromeos.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched   100 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched    97 chrome/browser/policy/cloud/user_policy_signin_service_base.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched   464 components/policy/core/common/cloud/cloud_policy_client.cc   FOR_EACH_OBSERVER(Observer, observers_, OnPolicyFetched(this));
OnPolicyFetched    56 components/policy/core/common/cloud/cloud_policy_client.h     virtual void OnPolicyFetched(CloudPolicyClient* client) = 0;
OnPolicyFetched    72 components/policy/core/common/cloud/cloud_policy_client_registration_helper.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched   226 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   243 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   327 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   336 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   359 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   377 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   392 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   414 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched   514 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnPolicyFetched(_));
OnPolicyFetched    73 components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched   337 components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnPolicyFetched) {
OnPolicyFetched    60 components/policy/core/common/cloud/cloud_policy_service.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched   307 components/policy/core/common/cloud/component_cloud_policy_service.cc   OnPolicyFetched(core_->client());
OnPolicyFetched   380 components/policy/core/common/cloud/component_cloud_policy_service.cc       OnPolicyFetched(core_->client());
OnPolicyFetched   114 components/policy/core/common/cloud/component_cloud_policy_service.h   virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
OnPolicyFetched   369 components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc   service_->OnPolicyFetched(client_);
OnPolicyFetched   458 components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc   service_->OnPolicyFetched(client_);
OnPolicyFetched    67 components/policy/core/common/cloud/mock_cloud_policy_client.h   MOCK_METHOD1(OnPolicyFetched, void(CloudPolicyClient*));