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

  /external/chromium_org/chrome/browser/chromeos/policy/
proxy_policy_provider.cc 38 void ProxyPolicyProvider::RefreshPolicies() {
40 delegate_->RefreshPolicies();
42 // Subtle: if a RefreshPolicies() call comes after Shutdown() then the
device_local_account_policy_provider.cc 39 void DeviceLocalAccountPolicyProvider::RefreshPolicies() {
login_profile_policy_provider.cc 81 void LoginProfilePolicyProvider::RefreshPolicies() {
84 device_policy_service_->RefreshPolicies(base::Bind(
  /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) {
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,
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/policy/cloud/
component_cloud_policy_browsertest.cc 217 void RefreshPolicies() {
222 policy_service->RefreshPolicies(run_loop.QuitClosure());
249 RefreshPolicies();
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 473 milliseconds