Home | History | Annotate | Download | only in chromeos

Lines Matching defs:setting

101 //---------- ProxyConfigServiceImpl::ProxyConfig::Setting methods --------------
103 bool ProxyConfigServiceImpl::ProxyConfig::Setting::CanBeWrittenByUser(
105 // Setting can only be written by user if user is owner and setting is not
150 // Setting can only be written by user if user is owner and setting is not
152 Setting* setting = NULL;
157 setting = &automatic_proxy;
160 setting = &single_proxy;
163 setting = MapSchemeToProxy(scheme);
168 if (!setting) {
172 return setting->CanBeWrittenByUser(user_is_owner);
329 VLOG(1) << "Start retrieving proxy setting from device";
332 VLOG(1) << "Fail to retrieve proxy setting from device";
455 VLOG(1) << "Stored proxy setting to device";
457 LOG(WARNING) << "Error storing proxy setting to device";
468 VLOG(1) << "Retrieved proxy setting from device, value=[" << value << "]";
474 LOG(WARNING) << "Error deserializing device's proxy setting";
477 LOG(WARNING) << "Error retrieving proxy setting from device";
497 VLOG(1) << "Start storing proxy setting to device, value=" << value;
505 VLOG(1) << "Pending persisting proxy setting to device";