HomeSort by relevance Sort by last modified time
    Searched refs:service_properties (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/dbus/
shill_profile_client_stub.cc 164 const base::DictionaryValue* service_properties = local
166 if (!service_properties) {
171 service_properties->GetStringWithoutPathExpansion(flimflam::kProfileProperty,
184 service_properties->DeepCopy());
shill_service_client_stub.cc 181 base::DictionaryValue* service_properties; local
183 service_path.value(), &service_properties)) {
211 service_properties->GetStringWithoutPathExpansion(
304 base::DictionaryValue* service_properties = local
306 if (service_properties) {
308 if (service_properties->GetStringWithoutPathExpansion(
593 const base::DictionaryValue* service_properties = GetServiceProperties( local
595 if (!service_properties) {
600 service_properties->GetString(flimflam::kTypeProperty, &service_type);
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 347 const base::DictionaryValue& service_properties) {
353 service_properties.GetBooleanWithoutPathExpansion(
361 service_properties.GetStringWithoutPathExpansion(
363 service_properties.GetStringWithoutPathExpansion(
366 service_properties.GetBooleanWithoutPathExpansion(
384 if (service_properties.GetDictionaryWithoutPathExpansion(
425 ManagedNetworkConfigurationHandler::GetUIData(service_properties);
474 CopyStringFromDictionary(service_properties, flimflam::kNameProperty,
476 CopyStringFromDictionary(service_properties, flimflam::kGuidProperty,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 694 const base::DictionaryValue& service_properties) {
705 if (service_properties.GetDictionaryWithoutPathExpansion(
732 service_properties.GetBooleanWithoutPathExpansion(
    [all...]

Completed in 289 milliseconds