HomeSort by relevance Sort by last modified time
    Searched defs:RefreshPolicies (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/components/policy/core/common/
forwarding_policy_provider.cc 38 void ForwardingPolicyProvider::RefreshPolicies() {
39 delegate_->RefreshPolicies();
47 // Asking the delegate to RefreshPolicies now means that the next
59 RefreshPolicies();
66 RefreshPolicies();
policy_service_stub.cc 30 void PolicyServiceStub::RefreshPolicies(const base::Closure& callback) {
proxy_policy_provider.cc 42 void ProxyPolicyProvider::RefreshPolicies() {
44 delegate_->RefreshPolicies();
46 // Subtle: if a RefreshPolicies() call comes after Shutdown() then the
async_policy_provider.cc 70 void AsyncPolicyProvider::RefreshPolicies() {
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,
policy_provider_android.cc 55 void PolicyProviderAndroid::RefreshPolicies() {
57 delegate_->RefreshPolicies();
async_policy_loader.cc 97 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) {
policy_service_impl.cc 128 void PolicyServiceImpl::RefreshPolicies(const base::Closure& callback) {
142 // RefreshPolicies. Mark all as pending before refreshing.
146 (*it)->RefreshPolicies();
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_manager.cc 64 void CloudPolicyManager::RefreshPolicies() {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_provider.cc 109 void DeviceLocalAccountPolicyProvider::RefreshPolicies() {
login_profile_policy_provider.cc 111 void LoginProfilePolicyProvider::RefreshPolicies() {
114 device_policy_service_->RefreshPolicies(base::Bind(
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 221 void RefreshPolicies() {
226 policy_service->RefreshPolicies(run_loop.QuitClosure());
253 RefreshPolicies();
276 RefreshPolicies();

Completed in 173 milliseconds