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

/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.h60 // policy (if |for_active_user| is true) or of the device policy.
61 const base::DictionaryValue* GetGlobalConfigFromPolicy(bool for_active_user);
66 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) {
291 bool PolicyAllowsOnlyPolicyNetworksToAutoconnect(bool for_active_user) { argument
293 GetGlobalConfigFromPolicy(for_active_user);

Completed in 84 milliseconds