Home | History | Annotate | Download | only in policy

Lines Matching refs:container

273     const em::DevicePolicyRefreshRateProto container =
275 if (container.has_policy_refresh_rate()) {
277 DecodeIntegerValue(container.policy_refresh_rate()));
282 const em::DeviceProxySettingsProto container =
284 if (container.has_proxy_mode()) {
286 Value::CreateStringValue(container.proxy_mode()));
288 if (container.has_proxy_server()) {
290 Value::CreateStringValue(container.proxy_server()));
292 if (container.has_proxy_pac_url()) {
294 Value::CreateStringValue(container.proxy_pac_url()));
296 if (container.has_proxy_bypass_list()) {
298 Value::CreateStringValue(container.proxy_bypass_list()));