Searched refs:for_active_user (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.h58 // policy (if |for_active_user| is true) or of the device policy.
59 const base::DictionaryValue* GetGlobalConfigFromPolicy(bool for_active_user);
64 bool PolicyAllowsOnlyPolicyNetworksToAutoconnect(bool for_active_user);
H A Donc_utils.cc276 const base::DictionaryValue* GetGlobalConfigFromPolicy(bool for_active_user) { argument
278 if (for_active_user) {
290 bool PolicyAllowsOnlyPolicyNetworksToAutoconnect(bool for_active_user) { argument
292 GetGlobalConfigFromPolicy(for_active_user);

Completed in 72 milliseconds