Home | History | Annotate | Download | only in network

Lines Matching defs:shill_properties

141     scoped_ptr<base::DictionaryValue> shill_properties) {
143 shill_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
151 shill_property_util::GetUIDataFromProperties(*shill_properties);
165 shill_properties->GetStringWithoutPathExpansion(shill::kGuidProperty, &guid);
171 *shill_properties, onc_source, &onc::kNetworkWithStateSignature));
218 scoped_ptr<base::DictionaryValue> shill_properties) {
221 *shill_properties, ::onc::ONC_SOURCE_UNKNOWN,
460 const base::DictionaryValue& shill_properties) {
462 shill_properties,
473 base::DictionaryValue shill_properties;
484 shill_properties.SetStringWithoutPathExpansion(shill::kProfileProperty,
490 &shill_properties)) {
496 shill_properties.MergeDictionary(&new_properties);
499 shill_properties,
659 const base::DictionaryValue& shill_properties) {
661 shill_properties.DeepCopy());
680 // modified) |shill_properties| to |send_callback|.