Searched defs:RefreshPolicies (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dproxy_policy_provider.cc42 void ProxyPolicyProvider::RefreshPolicies() { function in class:policy::ProxyPolicyProvider
44 delegate_->RefreshPolicies();
46 // Subtle: if a RefreshPolicies() call comes after Shutdown() then the
H A Dasync_policy_provider.cc70 void AsyncPolicyProvider::RefreshPolicies() { function in class:policy::AsyncPolicyProvider
73 // Subtle: RefreshPolicies() has a contract that requires the next policy
76 // invoked RefreshPolicies(), then by the next notification these policies
96 // This task can only enter if it was posted from RefreshPolicies(), and it
97 // hasn't been cancelled meanwhile by another call to RefreshPolicies().
100 // in RefreshPolicies() would have cancelled the current execution. So it's
110 base::Bind(&AsyncPolicyLoader::RefreshPolicies,
H A Dforwarding_policy_provider.cc38 void ForwardingPolicyProvider::RefreshPolicies() { function in class:policy::ForwardingPolicyProvider
39 delegate_->RefreshPolicies();
47 // Asking the delegate to RefreshPolicies now means that the next
59 RefreshPolicies();
66 RefreshPolicies();
H A Dpolicy_provider_android.cc55 void PolicyProviderAndroid::RefreshPolicies() { function in class:policy::PolicyProviderAndroid
57 delegate_->RefreshPolicies();
H A Dpolicy_service_stub.cc30 void PolicyServiceStub::RefreshPolicies(const base::Closure& callback) { function in class:policy::PolicyServiceStub
H A Dasync_policy_loader.cc97 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { function in class:policy::AsyncPolicyLoader
H A Dpolicy_service_impl.cc128 void PolicyServiceImpl::RefreshPolicies(const base::Closure& callback) { function in class:policy::PolicyServiceImpl
142 // RefreshPolicies. Mark all as pending before refreshing.
146 (*it)->RefreshPolicies();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_provider.cc109 void DeviceLocalAccountPolicyProvider::RefreshPolicies() { function in class:policy::DeviceLocalAccountPolicyProvider
H A Dlogin_profile_policy_provider.cc111 void LoginProfilePolicyProvider::RefreshPolicies() { function in class:policy::LoginProfilePolicyProvider
114 device_policy_service_->RefreshPolicies(base::Bind(
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_manager.cc64 void CloudPolicyManager::RefreshPolicies() { function in class:policy::CloudPolicyManager
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcomponent_cloud_policy_browsertest.cc221 void RefreshPolicies() { function in class:policy::ComponentCloudPolicyTest
226 policy_service->RefreshPolicies(run_loop.QuitClosure());
253 RefreshPolicies();
276 RefreshPolicies();

Completed in 122 milliseconds