Searched defs:has_policy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_store.h69 bool has_policy() const { function in class:policy::CloudPolicyStore
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1464 const bool has_policy = current_policy; local
1465 if (had_policy != has_policy)
1466 OnAccountPictureManagedChanged(has_policy);
1473 const bool has_policy = current_policy; local
1474 if (had_policy != has_policy)
1475 OnWallpaperManagedChanged(has_policy);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc186 bool has_policy = onc::HasPolicyForNetwork( local
188 network_info->SetBoolean(kNetworkInfoKeyPolicyManaged, has_policy);

Completed in 565 milliseconds