HomeSort by relevance Sort by last modified time
    Searched full:network_properties (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_nonchromeos.cc 58 const std::string network_properties = local
74 SetResult(base::JSONReader::Read(network_properties));
91 const std::string network_properties = local
143 SetResult(base::JSONReader::Read(network_properties));
315 const std::string network_properties = local
325 // Store network_properties in profile to return from GetProperties.
329 base::JSONReader::Read(network_properties))));
networking_private_api_chromeos.cc 84 base::DictionaryValue* network_properties = dictionary.DeepCopy(); local
85 network_properties->SetStringWithoutPathExpansion(onc::network_config::kGUID,
87 SetResult(network_properties);
134 base::DictionaryValue* network_properties = dictionary.DeepCopy(); local
135 network_properties->SetStringWithoutPathExpansion(onc::network_config::kGUID,
137 SetResult(network_properties);

Completed in 249 milliseconds